Skip to content

Commit

Permalink
Upgrade test suite to use maxitest
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Nov 1, 2022
1 parent b543325 commit b1fc7fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem "after_commit_everywhere"
gem "yard"

group :test do
gem "minitest"
gem "maxitest"
gem "simplecov"
end

Expand Down
3 changes: 2 additions & 1 deletion test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
Bundler.require(:default, :test)

require "minitest/pride"
require "minitest/autorun"
require "maxitest/autorun"
# require "maxitest/threads"

$TESTING = true
# disable minitest/parallel threads
Expand Down

0 comments on commit b1fc7fa

Please sign in to comment.