mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
fix most deprecations in the specs (still some left)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user