Fix specs for icons
This commit is contained in:
parent
d5d1802096
commit
c47328948b
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe NotificationsHelper do
|
||||
include FontAwesome::Rails::IconHelper
|
||||
include IconsHelper
|
||||
|
||||
describe 'notification_icon' do
|
||||
let(:notification) { double(disabled?: false, participating?: false, watch?: false) }
|
||||
|
||||
|
|
Loading…
Reference in a new issue