Skip to content

Commit

Permalink
Fix circular require warning when running tests (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson authored Oct 27, 2024
1 parent f4089ae commit 713d429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
require "nextgen"

require "minitest"
require "webmock/minitest"
require "minitest/autorun"

0 comments on commit 713d429

Please sign in to comment.