1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

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

View file

@ -26,6 +26,7 @@ class << Pry
Pry.config.history.should_save = false Pry.config.history.should_save = false
Pry.config.auto_indent = false Pry.config.auto_indent = false
Pry.config.hooks = Pry::Hooks.new Pry.config.hooks = Pry::Hooks.new
Pry.config.collision_warning = false
end end
end end