Add acceptance test for full page search

This commit is contained in:
Robin Ward
2015-07-15 11:16:49 -04:00
parent b0802abae2
commit f647174c95
4 changed files with 787 additions and 2 deletions

View File

@@ -40,7 +40,8 @@ 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
end
et:q!
n
end
context "a post by a nuked user" do