Sha256: 11a94f6bd80a445e7803c12799576904eec504980fb882c728165036ab1fc417

Contents?: true

Size: 294 Bytes

Versions: 1

Compression:

Stored size: 294 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.6 spec/lib/jekyll-assets/bootstrap_spec.rb