set collision_warning to false in tests

This commit is contained in:
John Mair 2011-11-17 16:06:00 +13:00
parent 6e92cff1f7
commit 57fe907c58
1 changed files with 1 additions and 0 deletions

View File

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