mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
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:
parent
5e11c6b04f
commit
79d7fef620
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue