From 10804a24af6b680f29026686de7b1a09a05d8d8b Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Mon, 31 May 2010 13:07:07 -0700 Subject: [PATCH] Remove a redundant, broken test --- test/command_line_test.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/command_line_test.rb b/test/command_line_test.rb index e3fe6f61..a6b9f59e 100644 --- a/test/command_line_test.rb +++ b/test/command_line_test.rb @@ -18,11 +18,6 @@ class CommandLineTest < Test::Unit::TestCase assert_match /\d+\.\d+\.\d+( [0-9a-f]+)?/, @last_result end - def test_list_frameworks - compass "--list-frameworks" - assert_equal(%w(blueprint compass), @last_result.split.sort) - end - def test_basic_install within_tmp_directory do compass "--boring", "basic"