Skip to content

Commit

Permalink
Fix "circular require" Ruby warning (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson authored Apr 11, 2024
1 parent 6f973d6 commit 4342efa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mighty_test/minitest_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ def run_inline_and_exit!(*test_files, args: [])
$LOAD_PATH.unshift "test"
ARGV.replace(Array(args))

require "minitest"
require "minitest/focus"
require "minitest/rg"

Expand Down

0 comments on commit 4342efa

Please sign in to comment.