mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-07 12:16:14 +00:00
Fix broken specs
Rubocop fooled me into breaking this.
This commit is contained in:
parent
f106686f47
commit
77488e1dab
|
@ -5,8 +5,7 @@ require 'rails_helper'
|
|||
RSpec.describe Fasp::BackfillRequest do
|
||||
describe '#next_objects' do
|
||||
let(:account) { Fabricate(:account) }
|
||||
|
||||
before { Fabricate.times(3, :status, account:).sort_by(&:id) }
|
||||
let!(:statuses) { Fabricate.times(3, :status, account:).sort_by(&:id) }
|
||||
|
||||
context 'with a new backfill request' do
|
||||
subject { Fabricate(:fasp_backfill_request, max_count: 2) }
|
||||
|
|
Loading…
Reference in New Issue
Block a user