Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-25 03:09:22 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-25 03:09:22 +0300
commit7162e84914ae8bbfaa3da643f17cd66dde321217 (patch)
tree3c0dd5131f7a4d73b8d50b15c47f04830b26a518 /spec/features/graphql_known_operations_spec.rb
parent76bbc06371e3ea6cffa4fda45e7773006ec76dd7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/graphql_known_operations_spec.rb')
-rw-r--r--spec/features/graphql_known_operations_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/graphql_known_operations_spec.rb b/spec/features/graphql_known_operations_spec.rb
index ef406f12902..80214307be3 100644
--- a/spec/features/graphql_known_operations_spec.rb
+++ b/spec/features/graphql_known_operations_spec.rb
@@ -24,6 +24,6 @@ RSpec.describe 'Graphql known operations', :js do
expect(known_operations).to include("searchProjects")
expect(known_operations.length).to be > 20
- expect(known_operations).to all( match(%r{^[a-z]+}i) )
+ expect(known_operations).to all(match(%r{^[a-z]+}i))
end
end