Remove unused fa_icon
helper method (#31511)
This commit is contained in:
parent
4c4bcad866
commit
f91403ccaa
2 changed files with 0 additions and 14 deletions
|
@ -53,12 +53,6 @@ describe ApplicationHelper do
|
|||
end
|
||||
end
|
||||
|
||||
describe 'fa_icon' do
|
||||
it 'returns a tag of fixed-width cog' do
|
||||
expect(helper.fa_icon('cog fw')).to eq '<i class="fa fa-cog fa-fw"></i>'
|
||||
end
|
||||
end
|
||||
|
||||
describe '#material_symbol' do
|
||||
it 'returns an svg with the icon and options' do
|
||||
expect(helper.material_symbol('lock', class: :test, data: { hidden: true }))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue