Remove some of the last few fa-icon helpers

This commit is contained in:
Robin Ward
2017-09-14 11:20:19 -04:00
parent b2ffaf93a3
commit 8c2d6118ff
4 changed files with 7 additions and 6 deletions

View File

@ -198,12 +198,12 @@ widgetTest('widget attaching', {
}
});
widgetTest("handlebars fa-icon", {
widgetTest("handlebars d-icon", {
template: `{{mount-widget widget="hbs-icon-test" args=args}}`,
beforeEach() {
createWidget('hbs-icon-test', {
template: hbs`{{fa-icon "arrow-down"}}`
template: hbs`{{d-icon "arrow-down"}}`
});
},