mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
don't show whereami on binding.pry during tests
This commit is contained in:
parent
bf3243f8f9
commit
76753fac99
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ class << Pry
|
|||
Pry.config.plugins.enabled = false
|
||||
Pry.config.history.should_load = false
|
||||
Pry.config.history.should_save = false
|
||||
Pry.config.hooks = { }
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue