From 36d1b514228b0e2e544df0b4a49ac24fee6bfa15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dav=C3=AD=C3=B0=20L=C3=BA=C3=B0v=C3=ADksson?= Date: Fri, 13 Mar 2009 01:52:46 +0000 Subject: [PATCH] Fixed tests --- test/functional/users_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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