Sha256: 2289e43065297cc63f12139b1fe736c5465c33fa9cba8b853a051341f5d463aa
Contents?: true
Size: 275 Bytes
Versions: 60
Compression:
Stored size: 275 Bytes
Contents
# frozen_string_literal: true RSpec.describe Blacklight::IconHelperBehavior do describe '#blacklight_icon' do it 'wraps the svg in a span with classes' do expect(helper.blacklight_icon(:search)) .to have_css 'span.blacklight-icons svg' end end end
Version data entries
60 entries across 60 versions & 1 rubygems