diff options
Diffstat (limited to 'lib/pry/test/helper.rb')
-rw-r--r-- | lib/pry/test/helper.rb | 4 |
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 |