Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spec/lib/decidim/term_customizer/loader_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down