Skip to content

Commit

Permalink
Don't use Minitest::Reporters for RubyMine
Browse files Browse the repository at this point in the history
  • Loading branch information
amomchilov committed Jun 18, 2024
1 parent aaf1d32 commit 804f4e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
backtrace_filter.add_filter(%r{gems/railties})
backtrace_filter.add_filter(%r{tapioca/helpers/test/})

Minitest::Reporters.use!(SpecReporter.new(color: true), ENV, backtrace_filter)
unless ENV["RM_INFO"]
Minitest::Reporters.use!(SpecReporter.new(color: true), ENV, backtrace_filter)
end

module Minitest
class Test
Expand Down

0 comments on commit 804f4e6

Please sign in to comment.