5d028ccf3a
Introduced the cool jquery token plugin.
9 lines
162 B
Ruby
9 lines
162 B
Ruby
require 'test_helper'
|
|
|
|
class UsersControllerTest < ActionController::TestCase
|
|
test "should get index" do
|
|
get :index
|
|
assert_response :success
|
|
end
|
|
|
|
end
|