Sha256: a3cd365f3837b805f89415aedd975b3ae20a94f6ca726d9ba4a8af6dce03be96
Contents?: true
Size: 267 Bytes
Versions: 3
Compression:
Stored size: 267 Bytes
Contents
require 'spec_helper' RSpec.describe MaterialIcons::Rails::IconHelper, type: :helper do describe 'material_icon' do it 'builds icon tag' do expect(material_icon(:face)).to eq('<i class="material-icons" style="font-size: 1em">face</i>') end end end
Version data entries
3 entries across 3 versions & 1 rubygems