Need to reset the configuration before each configuration test case.
This commit is contained in:
parent
d4aa36f0f0
commit
a2462db334
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user