From 2a25c83b18bafcaf5c21581ff085ab611eb514e8 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 24 Sep 2020 02:03:49 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-4-stable-ee --- spec/helpers/notifications_helper_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/helpers') 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 -- cgit v1.2.3