FEATURE: add option to include topics from trust level 0 users in digest emails

This commit is contained in:
Neil Lalonde
2016-03-17 17:35:23 -04:00
parent 9b77a1a36c
commit 213950e4cf
12 changed files with 32 additions and 5 deletions

View File

@@ -17,7 +17,6 @@ describe PostActionsController do
PostAction.expects(:act).once.raises(RateLimiter::LimitExceeded.new(60, 'create_like'))
expect(-> {
xhr :post, :create, id: @post.id, post_action_type_id: PostActionType.types[:like]
puts response.success?
}).to change(UserHistory, :count).by(1)
end
end