Sha256: 3245ac96164c33332d364d2d42ef3b42fb2994e44e82abf530a088f5fee71e42

Contents?: true

Size: 244 Bytes

Versions: 1

Compression:

Stored size: 244 Bytes

Contents

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

1 entries across 1 versions & 1 rubygems

Version Path
blacklight-7.0.0.rc1 spec/helpers/blacklight/icon_helper_behavior_spec.rb