Skip to content

Draft: Refactor Project integration settings spec to use shared examples - add Group and Instance validations

Sean Gregory requested to merge qa/group_instance_integration_settings into master

What does this MR do and why?

This MR

  • refactors the integration_settings_form spec to use Shared examples
  • adds a spec for group level integration settings form
  • adds a spec for instance level integration settings form

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. bundle exec rspec spec/features/projects/integrations/project_integrations_spec.rb
  2. bundle exec rspec spec/features/groups/integrations/group_integrations_spec.rb
  3. bundle exec rspec spec/features/admin/integrations/instance_integrations_spec.rb

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports