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