Sha256: 9dcf1cd592c6ee27df2aba0405cf0eeb89775ab46d349b17e69fd55f5db1c3e5
Contents?: true
Size: 220 Bytes
Versions: 2
Compression:
Stored size: 220 Bytes
Contents
require 'test_helper' module Sketchily describe Sketchily do it 'must precompile assets' do ASSET_FILES.each do |af| Rails.configuration.assets.precompile.must_include af end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sketchily-4.0.1 | spec/lib/sketchily_spec.rb |
sketchily-4.0.0 | spec/lib/sketchily_spec.rb |