diff --git a/test/functional/users_controller_test.rb b/test/functional/users_controller_test.rb index 9e29da3..116ce4f 100644 --- a/test/functional/users_controller_test.rb +++ b/test/functional/users_controller_test.rb @@ -19,7 +19,7 @@ class UsersControllerTest < ActionController::TestCase post :create, :user => { :name => 'siggi', :email => 'siggi@example.com', :password => 'abc123', :password_confirmation => 'abc123'} end - + #assert_redirected_to users_path(assigns(:user)) assert_response :found end