From d5147591e836e2a45de842692453f2aecb3c298a Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 29 Aug 2009 15:14:14 -0700 Subject: [PATCH] Fixed some broken tests after pulling in changesets. --- test/configuration_test.rb | 7 ------- test/fixtures/stylesheets/compass/css/layout.css | 2 ++ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/test/configuration_test.rb b/test/configuration_test.rb index 5974274c..1ba96327 100644 --- a/test/configuration_test.rb +++ b/test/configuration_test.rb @@ -88,9 +88,6 @@ class ConfigurationTest < Test::Unit::TestCase # Require any additional compass plugins here. project_path = "/home/chris/my_compass_project" css_dir = "css" -sass_dir = "src" -images_dir = "images" -javascripts_dir = "javascripts" # Set this to the root of your project when deployed: http_path = "/" # To enable relative paths to assets via compass helper functions. Uncomment: @@ -113,10 +110,6 @@ EXPECTED expected_serialization = <