diff options
author | Andre Arko <andre@arko.net> | 2015-01-19 13:08:18 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2015-01-19 13:10:13 -0800 |
commit | d3922e972570f6bd1144dfeade35d81b5830ac6e (patch) | |
tree | 1ea80715b49fe1a42936f43dc2912c055487440a /spec/other | |
parent | 05d80d18ce71ff0c72fbc42a643e01905d3b8f7f (diff) | |
download | bundler-d3922e972570f6bd1144dfeade35d81b5830ac6e.tar.gz |
force TTY only in tests instead of all exec
Diffstat (limited to 'spec/other')
-rw-r--r-- | spec/other/platform_spec.rb | 1 |
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 |