We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efeef28 commit aa9f982Copy full SHA for aa9f982
test/test_helper.rb
@@ -17,7 +17,10 @@
17
18
require_relative "instrumentation_test_helper"
19
20
-Minitest::Reporters.use!(Minitest::Reporters::ProgressReporter.new)
+unless ENV["RM_INFO"]
21
+ # RubyMine does not support Minitest reporters, so we use the default reporter
22
+ Minitest::Reporters.use!(Minitest::Reporters::ProgressReporter.new)
23
+end
24
25
module ActiveSupport
26
class TestCase
0 commit comments