Skip to content

Commit

Permalink
Don't use Minitest::Reporter for RubyMine
Browse files Browse the repository at this point in the history
  • Loading branch information
amomchilov committed Jun 17, 2024
1 parent b9fee26 commit 22a7681
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
require "minitest/autorun"
require "minitest/reporters"

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

0 comments on commit 22a7681

Please sign in to comment.