diff --git a/test/configuration_test.rb b/test/configuration_test.rb index 9c7522a5..27e99ba8 100644 --- a/test/configuration_test.rb +++ b/test/configuration_test.rb @@ -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'