Sha256: bee3645329b50271485528147b24eb5bcf9cdd3e662dfa563fc360762623e1ff
Contents?: true
Size: 356 Bytes
Versions: 3
Compression:
Stored size: 356 Bytes
Contents
require 'test_helper' class CompilationTest < Test::Unit::TestCase def test_compilation path = 'vendor/assets/stylesheets' %w(bootstrap bootstrap/_theme).each do |file| engine = Sass::Engine.for_file("#{path}/#{file}.scss", syntax: :scss, load_paths: [path]) assert_nothing_raised do engine.render end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bootstrap-sass-3.0.0.0 | test/compilation_test.rb |
bootstrap-sass-3.0.0.0.rc2 | test/compilation_test.rb |
bootstrap-sass-3.0.0.0.rc | test/compilation_test.rb |