aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-05-20 15:28:26 -0700
committerelijah <elijah@riseup.net>2014-05-20 15:28:26 -0700
commit16a202b173ca6389e66e523b8e88d417d01d3db8 (patch)
treea7b7d957d0f5e91509a48b97f6a92ec984fe6c6a /test
parent1161c65b23c218726d4aba85d777193af1ea4aae (diff)
downloadleap_cli-16a202b173ca6389e66e523b8e88d417d01d3db8.tar.gz
leap_cli-16a202b173ca6389e66e523b8e88d417d01d3db8.tar.bz2
fixed tests by making `leap --no-color list` work with no color
Diffstat (limited to 'test')
-rw-r--r--test/test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index a5eccbb..b631c23 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -32,7 +32,7 @@ class MiniTest::Unit::TestCase
end
def leap_bin(*args)
- `cd #{test_provider_path} && #{ruby_path} #{base_path}/bin/leap #{args.join ' '}`
+ `cd #{test_provider_path} && #{ruby_path} #{base_path}/bin/leap --no-color #{args.join ' '}`
end
#def test_platform_path