summaryrefslogtreecommitdiff
path: root/spec/pry_output_spec.rb
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 /spec/pry_output_spec.rb
parentc9affb2c166f2bb9d8f56014d3b8799a620d79db (diff)
downloadpry-make-global-config-greppable.tar.gz
Stop using compatibility aliases for Pry.configmake-global-config-greppable
Diffstat (limited to 'spec/pry_output_spec.rb')
-rw-r--r--spec/pry_output_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/pry_output_spec.rb b/spec/pry_output_spec.rb
index 557d53e0..7c59e5f3 100644
--- a/spec/pry_output_spec.rb
+++ b/spec/pry_output_spec.rb
@@ -62,11 +62,11 @@ describe Pry do
describe "color" do
before do
- Pry.color = true
+ Pry.config.color = true
end
after do
- Pry.color = false
+ Pry.config.color = false
end
it "should colorize strings as though they were ruby" do