Sha256: f24351a7b062a3e5c9c3c63b1f569cbbc768d64d3213fe2d3db0fa624c0ab2c0
Contents?: true
Size: 387 Bytes
Versions: 2
Compression:
Stored size: 387 Bytes
Contents
require "spec_helper" require "jekyll-assets/compass" module Jekyll::AssetsPlugin describe "Compass integration" do it "should globally append compass paths into Sprockets environment" do asset = @site.assets["vendor/compass.css"].to_s asset.should =~ /-webkit-box-shadow/ asset.should =~ /-moz-box-shadow/ asset.should =~ /box-shadow/ end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-assets-0.3.2 | spec/lib/jekyll-assets/compass_spec.rb |
jekyll-assets-0.3.1 | spec/lib/jekyll-assets/compass_spec.rb |