Skip to content

Commit

Permalink
Rename MiniTest -> Minitest
Browse files Browse the repository at this point in the history
The latest version of minitest dropped the "ancient MiniTest
compatibility layer" [1], so we need to use the newer module name,
`Minitest`.

[1]: https://github.com/minitest/minitest/blob/master/History.rdoc#label-5.19.0+-2F+2023-07-26
  • Loading branch information
floehopper committed Aug 2, 2023
1 parent d82c9fd commit b6c6c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def safe_require(name)
safe_require "redis-activesupport"
safe_require "redis-store"

class MiniTest::Spec
class Minitest::Spec
include Rack::Test::Methods

before do
Expand Down

0 comments on commit b6c6c07

Please sign in to comment.