aboutsummaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-06-17 18:11:04 -0700
committerelijah <elijah@riseup.net>2013-06-17 18:11:04 -0700
commita722c739945cb83f85340e4a31b717b0f4af64a0 (patch)
tree2952561c808101ca6e120acf670a8689af9e1892 /test/unit
parent638642f464823a2cbc263c97014e737ed528b790 (diff)
downloadleap_cli-a722c739945cb83f85340e4a31b717b0f4af64a0.tar.gz
leap_cli-a722c739945cb83f85340e4a31b717b0f4af64a0.tar.bz2
fixed tests
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/command_line_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/command_line_test.rb b/test/unit/command_line_test.rb
index 97a4042..3493600 100644
--- a/test/unit/command_line_test.rb
+++ b/test/unit/command_line_test.rb
@@ -3,10 +3,10 @@ require File.expand_path('../test_helper', __FILE__)
class CommandLineTest < MiniTest::Unit::TestCase
def test_help
- with_multiple_rubies do
+ #with_multiple_rubies do
output = leap_bin('help')
assert_equal 0, $?, "help should exit 0 -- #{output}"
- end
+ #end
end
end