mirror of
https://github.com/ditkrg/outboxable.git
synced 2026-01-22 22:06:47 +00:00
Cleans up sidekiq to avoid tests being run between tests
This commit is contained in:
parent
7bf316e309
commit
fd69f23345
@ -12,4 +12,8 @@ RSpec.configure do |config|
|
|||||||
config.expect_with :rspec do |c|
|
config.expect_with :rspec do |c|
|
||||||
c.syntax = :expect
|
c.syntax = :expect
|
||||||
end
|
end
|
||||||
|
|
||||||
|
config.before(:each) do
|
||||||
|
Sidekiq::Worker.clear_all
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user