diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 42b359d..6733245 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -12,4 +12,8 @@ RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = :expect end + + config.before(:each) do + Sidekiq::Worker.clear_all + end end