summaryrefslogtreecommitdiff
path: root/spec/services/projects/move_notification_settings_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/projects/move_notification_settings_service_spec.rb')
-rw-r--r--spec/services/projects/move_notification_settings_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/projects/move_notification_settings_service_spec.rb b/spec/services/projects/move_notification_settings_service_spec.rb
index 7c9f1dd30d2..e381ae7590f 100644
--- a/spec/services/projects/move_notification_settings_service_spec.rb
+++ b/spec/services/projects/move_notification_settings_service_spec.rb
@@ -49,7 +49,7 @@ RSpec.describe Projects::MoveNotificationSettingsService do
let(:options) { { remove_remaining_elements: false } }
it 'does not remove remaining notification settings' do
- subject.execute(project_with_notifications, options)
+ subject.execute(project_with_notifications, **options)
expect(project_with_notifications.notification_settings.count).not_to eq 0
end