mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:26:54 -06:00
Typos
This commit is contained in:
parent
f647174c95
commit
4a7bf67778
@ -40,8 +40,7 @@ describe PostSerializer do
|
||||
serializer = PostSerializer.new(post, scope: Guardian.new(post.user), root: false)
|
||||
notify_user_action = serializer.actions_summary.find { |a| a[:id] == PostActionType.types[:notify_user] }
|
||||
expect(notify_user_action).to be_blank
|
||||
et:q!
|
||||
n
|
||||
end
|
||||
end
|
||||
|
||||
context "a post by a nuked user" do
|
||||
|
Loading…
Reference in New Issue
Block a user