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:
parent
6e92cff1f7
commit
57fe907c58
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue