From bfe61e5132b379461425ce868e980e3a1ea0260a Mon Sep 17 00:00:00 2001 From: Azul Date: Fri, 7 Dec 2012 14:32:25 +0100 Subject: fixed test to work with edit view that includes email and email forward. --- users/test/functional/users_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/test/functional/users_controller_test.rb b/users/test/functional/users_controller_test.rb index 939d105..1840a72 100644 --- a/users/test/functional/users_controller_test.rb +++ b/users/test/functional/users_controller_test.rb @@ -35,7 +35,7 @@ class UsersControllerTest < ActionController::TestCase end test "should get edit view" do - user = find_record User + user = find_record User, :email => nil, :email_forward => nil login user get :edit, :id => user.id -- cgit v1.2.3