Need to reset the configuration before each configuration test case.

This commit is contained in:
Chris Eppstein 2009-05-08 08:11:42 -07:00
parent d4aa36f0f0
commit a2462db334

View File

@ -3,6 +3,10 @@ require 'compass'
class ConfigurationTest < Test::Unit::TestCase
def setup
Compass.configuration.reset!
end
def test_parse_and_serialize
contents = <<-CONFIG
require 'compass'