1
0
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:
Nicolas Florentin 2016-04-07 18:05:23 +02:00
parent a5067ff466
commit 9bfd5e0362

View File

@ -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 })]