fix failing test.

This commit is contained in:
Chris Eppstein 2012-03-11 20:17:35 -07:00
parent c1eedc721d
commit 9baa7a0282

View File

@ -30,7 +30,7 @@ class CompassModuleTest < Test::Unit::TestCase
def test_shared_extension_paths_with_relative_home
ENV["HOME"] = "."
assert_equal [], Compass.shared_extension_paths
assert_equal ["./.compass/extensions"], Compass.shared_extension_paths
end
end