about summary refs log tree commit diff
path: root/spec/lib/entity_cache_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/entity_cache_spec.rb')
-rw-r--r--spec/lib/entity_cache_spec.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/lib/entity_cache_spec.rb b/spec/lib/entity_cache_spec.rb
index 43494bd92..c750cddf3 100644
--- a/spec/lib/entity_cache_spec.rb
+++ b/spec/lib/entity_cache_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
 require 'rails_helper'
 
 RSpec.describe EntityCache do
@@ -12,7 +14,7 @@ RSpec.describe EntityCache do
       let(:domain)     { 'example.org' }
 
       it 'returns an empty array' do
-        is_expected.to eq []
+        expect(subject).to eq []
       end
     end
   end