test/test_helper.rb in sass-3.3.0.alpha.149 vs test/test_helper.rb in sass-3.3.0.alpha.162
- old
+ new
@@ -14,10 +14,10 @@
$-w = w
end
module Sass::Script::Functions
def option(name)
- Sass::Script::String.new(@options[name.value.to_sym].to_s)
+ Sass::Script::Value::String.new(@options[name.value.to_sym].to_s)
end
end
class Test::Unit::TestCase
def munge_filename(opts = {})