tap/test/controllers/users_controller_test.rb
MatsMyncke 44185e8552 users
2014-11-06 16:25:27 +01:00

10 lines
158 B
Ruby

require 'test_helper'
class UsersControllerTest < ActionController::TestCase
test "should get new" do
get :new
assert_response :success
end
end