Commit 60ef8e55 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'kerrizor/fix-typo-in-spec-comment' into 'master'

Fix typo in comment

See merge request gitlab-org/gitlab!34808
parents 559c62f7 d117ccf9
...@@ -151,7 +151,7 @@ describe UpdateIndexApprovalRuleNameForCodeOwnersRuleType do ...@@ -151,7 +151,7 @@ describe UpdateIndexApprovalRuleNameForCodeOwnersRuleType do
expect(MergeRequests::SyncCodeOwnerApprovalRules) expect(MergeRequests::SyncCodeOwnerApprovalRules)
.to receive(:new).with(MergeRequest.find(merge_request.id)).once.and_call_original .to receive(:new).with(MergeRequest.find(merge_request.id)).once.and_call_original
# We expect approval_rules.count to be changed by -2 as we're deleting the # We expect approval_rules.count to be changed by -3 as we're deleting the
# 3 rules created above, and MergeRequests::SyncCodeOwnerApprovalRules # 3 rules created above, and MergeRequests::SyncCodeOwnerApprovalRules
# will not be able to create new one with an empty (or missing) # will not be able to create new one with an empty (or missing)
# CODEOWNERS file. # CODEOWNERS file.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment