100% Sass coverage... only a few Haml things left undone.

git-svn-id: svn://hamptoncatlin.com/haml/trunk@324 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
nex3 2007-01-31 04:40:55 +00:00
parent 5e11c6b04f
commit 79d7fef620
1 changed files with 4 additions and 2 deletions

View File

@ -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