1
0
Fork 0
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:
Ryan Fitzgerald 2011-09-22 00:48:22 -07:00 committed by John Mair
parent bf3243f8f9
commit 76753fac99

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