dawarich/spec/support/redis.rb

9 lines
156 B
Ruby
Raw Normal View History

2025-07-07 12:59:42 -04:00
# frozen_string_literal: true
RSpec.configure do |config|
config.before(:each) do
# Clear the cache before each test
Rails.cache.clear
end
end