about summary refs log tree commit diff
path: root/spec/workers/regeneration_worker_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/regeneration_worker_spec.rb')
-rw-r--r--spec/workers/regeneration_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/regeneration_worker_spec.rb b/spec/workers/regeneration_worker_spec.rb
index c6bdfa0e5..147a76be5 100644
--- a/spec/workers/regeneration_worker_spec.rb
+++ b/spec/workers/regeneration_worker_spec.rb
@@ -20,7 +20,7 @@ describe RegenerationWorker do
     it 'fails when account does not exist' do
       result = subject.perform('aaa')
 
-      expect(result).to eq(true)
+      expect(result).to be(true)
     end
   end
 end