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