From 9bfd5e03626addb3c5fc505bd358d151d5086771 Mon Sep 17 00:00:00 2001 From: Nicolas Florentin Date: Thu, 7 Apr 2016 18:05:23 +0200 Subject: [PATCH] removes block from Sidekiq::Testing setup in test_helper unless tests don't pass anymore --- test/test_helper.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index c222a602b..1f030b920 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -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 })]