Skip to content

Commit

Permalink
WIP: Test Mocha/Minitest compatibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Jul 27, 2023
1 parent 2143db4 commit 30569e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ group :test do
gem "minitest"
gem "minitest-fail-fast"
gem "minitest-stub-const"
gem "mocha"
gem "mocha", github: "freerange/mocha", branch: "fix-minitest-compatibility"
gem "rack-test"
gem "rails-controller-testing"
gem "simplecov", require: false
Expand Down
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
GIT
remote: https://github.com/freerange/mocha.git
revision: 0be64b2f547a4c47a35e07a9128e30896cbb2887
branch: fix-minitest-compatibility
specs:
mocha (2.0.4)
ruby2_keywords (>= 0.0.5)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -403,12 +411,10 @@ GEM
mini_magick (4.12.0)
mini_mime (1.1.2)
mini_portile2 (2.8.4)
minitest (5.18.1)
minitest (5.19.0)
minitest-fail-fast (0.1.0)
minitest (~> 5)
minitest-stub-const (0.6)
mocha (2.0.4)
ruby2_keywords (>= 0.0.5)
msgpack (1.6.0)
multi_json (1.15.0)
multi_test (1.1.0)
Expand Down Expand Up @@ -995,7 +1001,7 @@ DEPENDENCIES
minitest
minitest-fail-fast
minitest-stub-const
mocha
mocha!
mysql2
nokogiri
pact
Expand Down

0 comments on commit 30569e6

Please sign in to comment.