diff --git a/test/test_helper.rb b/test/test_helper.rb index 99f6bba..07548aa 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -17,7 +17,10 @@ require_relative "instrumentation_test_helper" -Minitest::Reporters.use!(Minitest::Reporters::ProgressReporter.new) +unless ENV["RM_INFO"] + # RubyMine does not support Minitest reporters, so we use the default reporter + Minitest::Reporters.use!(Minitest::Reporters::ProgressReporter.new) +end module ActiveSupport class TestCase