diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-30 00:22:51 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-30 00:22:51 -0800 |
commit | c47328948b5fff218c68279260a57ab6b03e7423 (patch) | |
tree | fe682875702f7907ff86bd9608ffff17b6430cf0 /spec | |
parent | d5d1802096ab8751dfa1e4cf535e9bee79457328 (diff) | |
download | gitlab-ce-c47328948b5fff218c68279260a57ab6b03e7423.tar.gz |
Fix specs for icons
Diffstat (limited to 'spec')
-rw-r--r-- | spec/helpers/notifications_helper_spec.rb | 3 |
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) } |