From d95149ccffaf7eb44dee84141ed493777a5283b7 Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Wed, 25 May 2011 11:44:53 -0400 Subject: [PATCH] forgot test files --- test/fixtures/stylesheets/error/config.rb | 10 ++++++++++ test/fixtures/stylesheets/error/sass/screen.sass | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 test/fixtures/stylesheets/error/config.rb create mode 100644 test/fixtures/stylesheets/error/sass/screen.sass diff --git a/test/fixtures/stylesheets/error/config.rb b/test/fixtures/stylesheets/error/config.rb new file mode 100644 index 00000000..f4a6649f --- /dev/null +++ b/test/fixtures/stylesheets/error/config.rb @@ -0,0 +1,10 @@ +# Require any additional compass plugins here. +css_dir = "tmp" +sass_dir = "sass" +images_dir = "assets/images" +javascripts_dir = "assets/javascripts" +# Set this to the root of your project when deployed: +http_path = "/" +# To enable relative paths to assets via compass helper functions. Uncomment: +output_style = :compact +relative_assets = true diff --git a/test/fixtures/stylesheets/error/sass/screen.sass b/test/fixtures/stylesheets/error/sass/screen.sass new file mode 100644 index 00000000..6b797912 --- /dev/null +++ b/test/fixtures/stylesheets/error/sass/screen.sass @@ -0,0 +1,2 @@ +test + background: image_url("testing.png)