diff options
author | elijah <elijah@riseup.net> | 2014-05-20 15:28:26 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-05-20 15:28:26 -0700 |
commit | 16a202b173ca6389e66e523b8e88d417d01d3db8 (patch) | |
tree | a7b7d957d0f5e91509a48b97f6a92ec984fe6c6a /test/test_helper.rb | |
parent | 1161c65b23c218726d4aba85d777193af1ea4aae (diff) |
fixed tests by making `leap --no-color list` work with no color
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r-- | test/test_helper.rb | 2 |
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 |