diff options
Diffstat (limited to 'spec/lib/entity_cache_spec.rb')
-rw-r--r-- | spec/lib/entity_cache_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/entity_cache_spec.rb b/spec/lib/entity_cache_spec.rb index 43494bd92..bd622e626 100644 --- a/spec/lib/entity_cache_spec.rb +++ b/spec/lib/entity_cache_spec.rb @@ -12,7 +12,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 |