From 6ce532267500a13cb855021fad93920e9f940baa Mon Sep 17 00:00:00 2001 From: Colby Swandale Date: Thu, 21 Feb 2019 23:22:34 +1100 Subject: [PATCH] Revert "test tty" This reverts commit 32ab05d936efd1fa8373e34790e431e80611587f. --- spec/bundler/source_spec.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spec/bundler/source_spec.rb b/spec/bundler/source_spec.rb index 66abda48f38..9ef8e7e50fe 100644 --- a/spec/bundler/source_spec.rb +++ b/spec/bundler/source_spec.rb @@ -59,11 +59,6 @@ class ExampleSource < Bundler::Source context "with color" do before { Bundler.ui = Bundler::UI::Shell.new } - puts "#" * 30 - puts "shell: #{Thor::Base.shell.new.inspect}" - puts "stdout: #{$stdout.tty?}" - puts "#" * 30 - it "should return a string with the spec name and version and locked spec version" do expect(subject.version_message(spec)).to eq("nokogiri >= 1.6\e[32m (was < 1.5)\e[0m") end