1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-28 14:58:31 +09:00

Merge branch 'master' into add_more_tests_to_models

This commit is contained in:
Samy KACIMI 2017-04-05 00:43:10 +02:00
commit 073f92fc76

View File

@ -23,6 +23,7 @@ RSpec.describe FanOutOnWriteService do
end
it 'delivers status to local followers' do
pending 'some sort of problem in test environment causes this to sometimes fail'
expect(Feed.new(:home, follower).get(10).map(&:id)).to include status.id
end