diff options
Diffstat (limited to 'spec/helpers')
-rw-r--r-- | spec/helpers/notifications_helper_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/helpers/notifications_helper_spec.rb b/spec/helpers/notifications_helper_spec.rb index 176585e2ded..5e37e56c612 100644 --- a/spec/helpers/notifications_helper_spec.rb +++ b/spec/helpers/notifications_helper_spec.rb @@ -10,6 +10,7 @@ RSpec.describe NotificationsHelper do it { expect(notification_icon(:mention)).to match('data-testid="at-icon"') } it { expect(notification_icon(:global)).to match('data-testid="earth-icon') } it { expect(notification_icon(:watch)).to match('data-testid="eye-icon"') } + it { expect(notification_icon(:custom)).to equal('') } end describe 'notification_title' do |