mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +00:00
specs: fix MiniTest typo for older ruby versions
This commit is contained in:
parent
01797eb0ca
commit
c42e035f62
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ rescue LoadError
|
|||
#nothing to do here
|
||||
end
|
||||
|
||||
class Minitest::Spec
|
||||
class MiniTest::Spec
|
||||
|
||||
include Rack::Test::Methods
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue