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:
parent
4e3487cfe9
commit
8618ce9c83
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue