mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-17 06:52:27 +01:00
removes block from Sidekiq::Testing setup in test_helper unless tests don't pass anymore
This commit is contained in:
parent
a5067ff466
commit
9bfd5e0362
@ -10,9 +10,9 @@ VCR.configure do |config|
|
||||
config.hook_into :webmock
|
||||
end
|
||||
|
||||
Sidekiq::Testing.inline! do |pp|
|
||||
puts pp
|
||||
end
|
||||
Sidekiq::Testing.inline!# do |pp|
|
||||
#puts pp
|
||||
#end
|
||||
Minitest::Reporters.use! [Minitest::Reporters::DefaultReporter.new({ color: true })]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user