Fix specs for icons

This commit is contained in:
Dmitriy Zaporozhets 2015-01-30 00:22:51 -08:00
parent d5d1802096
commit c47328948b

View file

@ -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) }