summaryrefslogtreecommitdiff
path: root/lib/pry/test
diff options
context:
space:
mode:
authorConrad Irwin <conrad.irwin@gmail.com>2014-04-29 00:03:15 -0700
committerConrad Irwin <conrad.irwin@gmail.com>2014-04-29 00:03:15 -0700
commit259248b77ec6356525cad6274f9fb750849b4c13 (patch)
tree84036043fde194cfc8116b16e9390bcdd49dc88f /lib/pry/test
parentc9affb2c166f2bb9d8f56014d3b8799a620d79db (diff)
downloadpry-make-global-config-greppable.tar.gz
Stop using compatibility aliases for Pry.configmake-global-config-greppable
Diffstat (limited to 'lib/pry/test')
-rw-r--r--lib/pry/test/helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pry/test/helper.rb b/lib/pry/test/helper.rb
index 86be8aaa..d0976f59 100644
--- a/lib/pry/test/helper.rb
+++ b/lib/pry/test/helper.rb
@@ -7,8 +7,8 @@ class << Pry
def reset_defaults
orig_reset_defaults
- Pry.color = false
- Pry.pager = false
+ Pry.config.color = false
+ Pry.config.pager = false
Pry.config.should_load_rc = false
Pry.config.should_load_local_rc= false
Pry.config.should_load_plugins = false