diff options
Diffstat (limited to 'spec/pry_output_spec.rb')
-rw-r--r-- | spec/pry_output_spec.rb | 4 |
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 |