mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +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"
|
require "rack/attack"
|
||||||
|
|
||||||
begin
|
begin
|
||||||
require 'debugger'
|
require 'pry'
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
#nothing to do here
|
#nothing to do here
|
||||||
end
|
end
|
||||||
|
|
||||||
class MiniTest::Spec
|
class MiniTest::Spec
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue