mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-25 20:13:43 +01:00
Merge branch 'master' into add_more_tests_to_models
This commit is contained in:
commit
073f92fc76
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ RSpec.describe FanOutOnWriteService do
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'delivers status to local followers' do
|
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
|
expect(Feed.new(:home, follower).get(10).map(&:id)).to include status.id
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue