mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-20 05:25:11 -05:00
Typos
This commit is contained in:
parent
f647174c95
commit
4a7bf67778
1 changed files with 1 additions and 2 deletions
|
@ -40,8 +40,7 @@ describe PostSerializer do
|
||||||
serializer = PostSerializer.new(post, scope: Guardian.new(post.user), root: false)
|
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] }
|
notify_user_action = serializer.actions_summary.find { |a| a[:id] == PostActionType.types[:notify_user] }
|
||||||
expect(notify_user_action).to be_blank
|
expect(notify_user_action).to be_blank
|
||||||
et:q!
|
end
|
||||||
n
|
|
||||||
end
|
end
|
||||||
|
|
||||||
context "a post by a nuked user" do
|
context "a post by a nuked user" do
|
||||||
|
|
Loading…
Reference in a new issue