ensure all plugins are disabled for tests

This commit is contained in:
John Mair 2011-06-01 03:11:57 +12:00
parent 4ead3e98f0
commit b8e7107715
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ class << Pry
Pry.color = false
Pry.pager = false
Pry.config.should_load_rc = false
Pry.config.should_load_plugins = false
Pry.config.history.load = false
Pry.config.history.save = false
end