From 79d7fef620e3bf805c932e81baa728efc8a709fb Mon Sep 17 00:00:00 2001 From: nex3 Date: Wed, 31 Jan 2007 04:40:55 +0000 Subject: [PATCH] 100% Sass coverage... only a few Haml things left undone. git-svn-id: svn://hamptoncatlin.com/haml/trunk@324 7063305b-7217-0410-af8c-cdc13e5119b9 --- test/sass/plugin_test.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/sass/plugin_test.rb b/test/sass/plugin_test.rb index f8b73973..71b4dae3 100644 --- a/test/sass/plugin_test.rb +++ b/test/sass/plugin_test.rb @@ -11,8 +11,10 @@ class SassPluginTest < Test::Unit::TestCase @@templates = %w{ complex constants } def setup - Sass::Plugin.options[:template_location] = File.dirname(__FILE__) + '/templates' - Sass::Plugin.options[:css_location] = File.dirname(__FILE__) + '/tmp' + Sass::Plugin.options = { + :template_location => File.dirname(__FILE__) + '/templates', + :css_location => File.dirname(__FILE__) + '/tmp', + } Sass::Plugin.options[:always_update] = true Sass::Plugin.update_stylesheets