Skip to content

Commit

Permalink
Avoid errors in rr
Browse files Browse the repository at this point in the history
Loading rr after minitest leads to an error:

  NameError: uninitialized constant ActiveSupport
  • Loading branch information
mvz committed Oct 16, 2021
1 parent 91ce94b commit 48817f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
add_filter "test/"
end

require "rr"

require "minitest/reporters/turn_reporter"
MiniTest::Reporters.use! Minitest::Reporters::TurnReporter.new

require "shoulda/context"
require "pry"
require "rr"
require "minitest/autorun"

0 comments on commit 48817f0

Please sign in to comment.