diff --git a/spec/requests/rack_attack_spec.rb b/spec/requests/rack_attack_spec.rb index a54d16a042e..83800fa8419 100644 --- a/spec/requests/rack_attack_spec.rb +++ b/spec/requests/rack_attack_spec.rb @@ -1,6 +1,6 @@ require 'rails_helper' -RSpec.describe 'throttling requests', allowed_extra_analytics: [:*] do +RSpec.describe 'throttling requests' do before(:all) { Rack::Attack.cache.store = ActiveSupport::Cache::MemoryStore.new } before(:each) { Rack::Attack.cache.store.clear }