Sha256: 27238a46f7e528ed2aa651014db8af8ea4505573660312d1b096fb1b6d34c5d3
Contents?: true
Size: 236 Bytes
Versions: 13
Compression:
Stored size: 236 Bytes
Contents
# frozen_string_literal: true RSpec.describe 'InlineAsset' do let(:helper) { ::IziLightup::InlineAsset } it 'should work' do data = helper.inline_file('application.css') expect(data).to include 'APPLICATION_CSS' end end
Version data entries
13 entries across 13 versions & 1 rubygems