fix most deprecations in the specs (still some left)

This commit is contained in:
Régis Hanol
2014-09-25 17:44:48 +02:00
parent dd5872eecb
commit de76b512c1
121 changed files with 859 additions and 856 deletions

View File

@ -19,7 +19,7 @@ describe UserActionsController do
actions.length.should == 1
action = actions[0]
action["acting_name"].should == post.user.name
action["email"].should be_nil
action["email"].should == nil
action["post_number"].should == 1
end
end