Remove a redundant, broken test

This commit is contained in:
Chris Eppstein 2010-05-31 13:07:07 -07:00
parent 4830f9018b
commit 10804a24af

View File

@ -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"