don't show whereami on binding.pry during tests

This commit is contained in:
Ryan Fitzgerald 2011-09-22 00:48:22 -07:00 committed by John Mair
parent bf3243f8f9
commit 76753fac99
1 changed files with 1 additions and 0 deletions

View File

@ -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