summaryrefslogtreecommitdiff
path: root/spec/other
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-01-19 13:08:18 -0800
committerAndre Arko <andre@arko.net>2015-01-19 13:10:13 -0800
commitd3922e972570f6bd1144dfeade35d81b5830ac6e (patch)
tree1ea80715b49fe1a42936f43dc2912c055487440a /spec/other
parent05d80d18ce71ff0c72fbc42a643e01905d3b8f7f (diff)
downloadbundler-d3922e972570f6bd1144dfeade35d81b5830ac6e.tar.gz
force TTY only in tests instead of all exec
Diffstat (limited to 'spec/other')
-rw-r--r--spec/other/platform_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/other/platform_spec.rb b/spec/other/platform_spec.rb
index 2ce71fa153..1f13949ee8 100644
--- a/spec/other/platform_spec.rb
+++ b/spec/other/platform_spec.rb
@@ -790,6 +790,7 @@ G
context "bundle exec" do
before do
+ ENV["BUNDLER_FORCE_TTY"] = "true"
system_gems "rack-1.0.0", "rack-0.9.1"
end