Autofix Rubocop RSpec/LeadingSubject (#23670)
This commit is contained in:
parent
4ea1e0fceb
commit
4552685f6b
78 changed files with 256 additions and 338 deletions
|
@ -3,13 +3,13 @@
|
|||
require 'rails_helper'
|
||||
|
||||
describe UnfollowFollowWorker do
|
||||
subject { described_class.new }
|
||||
|
||||
let(:local_follower) { Fabricate(:account) }
|
||||
let(:source_account) { Fabricate(:account) }
|
||||
let(:target_account) { Fabricate(:account) }
|
||||
let(:show_reblogs) { true }
|
||||
|
||||
subject { described_class.new }
|
||||
|
||||
before do
|
||||
local_follower.follow!(source_account, reblogs: show_reblogs)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue