From a2462db334575d06d4a4caf63b87dca22dffb968 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Fri, 8 May 2009 08:11:42 -0700 Subject: [PATCH] Need to reset the configuration before each configuration test case. --- test/configuration_test.rb | 4 ++++ 1 file changed, 4 insertions(+) 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'