Sha256: eae03b4c8301848c545a5ff5f0e77ec542ba5bd834d09296b5fd9a668f142cc9
Contents?: true
Size: 295 Bytes
Versions: 6
Compression:
Stored size: 295 Bytes
Contents
# rubocop: disable Style/FileName require "spec_helper" require "jekyll-assets/font-awesome" RSpec.describe "Font Awesome integration" do it "globally appends font awesome paths into Sprockets environment" do expect(@site.assets["font-awesome.css"].to_s).to match(/fa-github/) end end
Version data entries
6 entries across 6 versions & 1 rubygems