From 57fe907c5826e0298aacefd75a5adc0464f254b3 Mon Sep 17 00:00:00 2001 From: John Mair Date: Thu, 17 Nov 2011 16:06:00 +1300 Subject: [PATCH] set collision_warning to false in tests --- test/helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/helper.rb b/test/helper.rb index 0b020824..2a8e40dc 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -26,6 +26,7 @@ class << Pry Pry.config.history.should_save = false Pry.config.auto_indent = false Pry.config.hooks = Pry::Hooks.new + Pry.config.collision_warning = false end end