Skip to content

Commit

Permalink
test: load minitest unit before mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
spk committed Aug 26, 2023
1 parent c450fd6 commit 0a65c8b
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 @@ -7,6 +7,7 @@
warn 'simplecov not loaded'
end

require 'minitest/unit'
require 'minitest/autorun'
require 'mocha/minitest'
require 'webmock/minitest'
Expand Down

0 comments on commit 0a65c8b

Please sign in to comment.