Sha256: 2076f548c958e513f5adba0471f29110dfaf20ddd58b4b6d04b1548779b141b1
Contents?: true
Size: 284 Bytes
Versions: 1
Compression:
Stored size: 284 Bytes
Contents
require "spec_helper" require "jekyll-assets/bootstrap" module Jekyll::AssetsPlugin describe "Bootstrap integration" do it "should globally append bootstrap paths into Sprockets environment" do @site.assets["bootstrap.css"].to_s.should =~ /bootstrap\// end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-assets-0.7.7 | spec/lib/jekyll-assets/bootstrap_spec.rb |