mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-21 13:55:51 +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
|
#nothing to do here
|
||||||
end
|
end
|
||||||
|
|
||||||
class Minitest::Spec
|
class MiniTest::Spec
|
||||||
|
|
||||||
include Rack::Test::Methods
|
include Rack::Test::Methods
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue