diff --git a/spec/lib/decidim/term_customizer/loader_spec.rb b/spec/lib/decidim/term_customizer/loader_spec.rb index 9c1d290..9a86b65 100644 --- a/spec/lib/decidim/term_customizer/loader_spec.rb +++ b/spec/lib/decidim/term_customizer/loader_spec.rb @@ -185,10 +185,10 @@ # The DalliStore does not implement `delete_matched` which allows us to # test the `clear_cache` functionality when the cache implementation raises # a `NoMethodError`. - context "when using dalli_store" do + context "when using mem_cache_store" do before do allow(Rails).to receive(:cache).and_return( - ActiveSupport::Cache.lookup_store(:dalli_store) + ActiveSupport::Cache.lookup_store(:mem_cache_store) ) end