mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-29 10:05:51 +00:00
Rename MiniTest -> Minitest (#618)
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
This commit is contained in:
parent
d82c9fd7e3
commit
31adbd0ad8
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ safe_require "redis"
|
|||
safe_require "redis-activesupport"
|
||||
safe_require "redis-store"
|
||||
|
||||
class MiniTest::Spec
|
||||
class Minitest::Spec
|
||||
include Rack::Test::Methods
|
||||
|
||||
before do
|
||||
|
|
|
|||
Loading…
Reference in a new issue