summaryrefslogtreecommitdiff
path: root/spec/services/notification_recipients/build_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/notification_recipients/build_service_spec.rb')
-rw-r--r--spec/services/notification_recipients/build_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/notification_recipients/build_service_spec.rb b/spec/services/notification_recipients/build_service_spec.rb
index e203093623d..5c8add250c2 100644
--- a/spec/services/notification_recipients/build_service_spec.rb
+++ b/spec/services/notification_recipients/build_service_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe NotificationRecipients::BuildService do
+RSpec.describe NotificationRecipients::BuildService do
let(:service) { described_class }
let(:assignee) { create(:user) }
let(:project) { create(:project, :public) }