summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-30 00:22:51 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-30 00:22:51 -0800
commitc47328948b5fff218c68279260a57ab6b03e7423 (patch)
treefe682875702f7907ff86bd9608ffff17b6430cf0 /spec
parentd5d1802096ab8751dfa1e4cf535e9bee79457328 (diff)
downloadgitlab-ce-c47328948b5fff218c68279260a57ab6b03e7423.tar.gz
Fix specs for icons
Diffstat (limited to 'spec')
-rw-r--r--spec/helpers/notifications_helper_spec.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/helpers/notifications_helper_spec.rb b/spec/helpers/notifications_helper_spec.rb
index 31ecdacf28e..dcc3318e4f9 100644
--- a/spec/helpers/notifications_helper_spec.rb
+++ b/spec/helpers/notifications_helper_spec.rb
@@ -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) }