From 76753fac9933430774667429b9759b02686b571a Mon Sep 17 00:00:00 2001 From: Ryan Fitzgerald Date: Thu, 22 Sep 2011 00:48:22 -0700 Subject: [PATCH] don't show whereami on binding.pry during tests --- test/helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/helper.rb b/test/helper.rb index a58c5d86..1bf5f89e 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -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