Skip to content

Refactors Geo::RepositoryVerificationPrimaryService spec to remove repeated example

What does this MR do?

It fixes RSpec/RepeatedExample cop at ee/spec/services/geo/repository_verification_primary_service_spec.rb as stated in #212541 (closed)

rubocop ee/spec/services/geo/repository_verification_primary_service_spec.rb                                                                
Inspecting 1 file
C

Offenses:

ee/spec/services/geo/repository_verification_primary_service_spec.rb:35:5: C: RSpec/RepeatedExample: Don't repeat examples within an example group.
    it 'calculates the checksum for outdated projects' do ...
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ee/spec/services/geo/repository_verification_primary_service_spec.rb:61:5: C: RSpec/RepeatedExample: Don't repeat examples within an example group.
    it 'calculates the checksum for outdated repositories/wikis' do ...
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1 file inspected, 2 offenses detected

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Leandro Gomes

Merge request reports