about summary refs log tree commit diff
path: root/spec/workers/unfollow_follow_worker_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/unfollow_follow_worker_spec.rb')
-rw-r--r--spec/workers/unfollow_follow_worker_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/workers/unfollow_follow_worker_spec.rb b/spec/workers/unfollow_follow_worker_spec.rb
index 5ea4256a9..8025b88c0 100644
--- a/spec/workers/unfollow_follow_worker_spec.rb
+++ b/spec/workers/unfollow_follow_worker_spec.rb
@@ -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