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.
Minitest::Reporter
1 parent cb0eade commit cea2318Copy full SHA for cea2318
spec/spec_helper.rb
@@ -21,7 +21,9 @@
21
backtrace_filter.add_filter(%r{gems/railties})
22
backtrace_filter.add_filter(%r{tapioca/helpers/test/})
23
24
-Minitest::Reporters.use!(SpecReporter.new(color: true), ENV, backtrace_filter)
+unless ENV["RM_INFO"]
25
+ Minitest::Reporters.use!(SpecReporter.new(color: true), ENV, backtrace_filter)
26
+end
27
28
module Minitest
29
class Test
0 commit comments