1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

haml still ships with sass

This commit is contained in:
Konstantin Haase 2012-03-13 10:22:22 +01:00
parent 4e3487cfe9
commit 8618ce9c83
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
require File.expand_path('../helper', __FILE__)
begin
raise LoadError, 'sass not supported on Ruby 2.0' if RUBY_VERSION >= '2.0'
require 'sass'
class SassTest < Test::Unit::TestCase

View file

@ -1,6 +1,7 @@
require File.expand_path('../helper', __FILE__)
begin
raise LoadError, 'sass not supported on Ruby 2.0' if RUBY_VERSION >= '2.0'
require 'sass'
class ScssTest < Test::Unit::TestCase