mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
specs: use pry instead of debugger
This commit is contained in:
parent
bd27009f43
commit
11faea4526
1 changed files with 2 additions and 2 deletions
|
|
@ -8,9 +8,9 @@ require 'active_support'
|
|||
require "rack/attack"
|
||||
|
||||
begin
|
||||
require 'debugger'
|
||||
require 'pry'
|
||||
rescue LoadError
|
||||
#nothing to do here
|
||||
#nothing to do here
|
||||
end
|
||||
|
||||
class MiniTest::Spec
|
||||
|
|
|
|||
Loading…
Reference in a new issue