This commit is contained in:
Robin Ward 2015-07-15 11:18:01 -04:00
parent f647174c95
commit 4a7bf67778
1 changed files with 1 additions and 2 deletions

View File

@ -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