Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalldor committed Mar 13, 2009
1 parent 83c3088 commit 36d1b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/users_controller_test.rb
Expand Up @@ -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
Expand Down

0 comments on commit 36d1b51

Please sign in to comment.