summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2019-02-21 23:22:34 +1100
committerColby Swandale <me@colby.fyi>2019-02-21 23:22:34 +1100
commit6ce532267500a13cb855021fad93920e9f940baa (patch)
tree4603d2f3df92d08b2e3d5f872a82adafeeccb303
parent32ab05d936efd1fa8373e34790e431e80611587f (diff)
downloadbundler-6ce532267500a13cb855021fad93920e9f940baa.tar.gz
Revert "test tty"
This reverts commit 32ab05d936efd1fa8373e34790e431e80611587f.
-rw-r--r--spec/bundler/source_spec.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/bundler/source_spec.rb b/spec/bundler/source_spec.rb
index 66abda48f3..9ef8e7e50f 100644
--- a/spec/bundler/source_spec.rb
+++ b/spec/bundler/source_spec.rb
@@ -59,11 +59,6 @@ RSpec.describe Bundler::Source do
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