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"