Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
46176b15
Commit
46176b15
authored
Apr 04, 2020
by
Rajendra Kadam
Committed by
Peter Leitzen
Apr 04, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing spec for gitlab schema
parent
853193be
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
.rubocop.yml
.rubocop.yml
+0
-1
changelogs/unreleased/gitlab-schema-spec.yml
changelogs/unreleased/gitlab-schema-spec.yml
+5
-0
spec/graphql/gitlab_schema_spec.rb
spec/graphql/gitlab_schema_spec.rb
+2
-2
No files found.
.rubocop.yml
View file @
46176b15
...
...
@@ -393,7 +393,6 @@ RSpec/RepeatedExample:
-
'
spec/features/projects/files/template_type_dropdown_spec.rb'
-
'
spec/finders/environments_finder_spec.rb'
-
'
spec/frontend/fixtures/merge_requests.rb'
-
'
spec/graphql/gitlab_schema_spec.rb'
-
'
spec/helpers/users_helper_spec.rb'
-
'
spec/lib/gitlab/closing_issue_extractor_spec.rb'
-
'
spec/lib/gitlab/import_export/project/relation_factory_spec.rb'
...
...
changelogs/unreleased/gitlab-schema-spec.yml
0 → 100644
View file @
46176b15
---
title
:
Add missing spec for gitlab schema
merge_request
:
28855
author
:
Rajendra Kadam
type
:
added
spec/graphql/gitlab_schema_spec.rb
View file @
46176b15
...
...
@@ -10,8 +10,8 @@ describe GitlabSchema do
expect
(
field_instrumenters
).
to
include
(
BatchLoader
::
GraphQL
)
end
it
'enables the
preload
instrumenter'
do
expect
(
field_instrumenters
).
to
include
(
BatchLoader
::
GraphQL
)
it
'enables the
generic
instrumenter'
do
expect
(
field_instrumenters
).
to
include
(
instance_of
(
::
Gitlab
::
Graphql
::
GenericTracing
)
)
end
it
'enables the authorization instrumenter'
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment