Sha256: 65b82483efcb936440e6a437fcab16cedd1eb302cb73b38483462e27d187a7d6
Contents?: true
Size: 242 Bytes
Versions: 4
Compression:
Stored size: 242 Bytes
Contents
require "spec_helper" require "jekyll-assets/bootstrap" describe "Bootstrap integration" do it "should globally append bootstrap paths into Sprockets environment" do @site.assets["bootstrap.css"].to_s.should =~ /bootstrap\// end end
Version data entries
4 entries across 4 versions & 2 rubygems