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
d504b0c9
Commit
d504b0c9
authored
Apr 29, 2020
by
Brett Walker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert sort specs to use shared pagination
examples
parent
0eedf4a3
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
207 deletions
+34
-207
spec/graphql/types/issuable_sort_enum_spec.rb
spec/graphql/types/issuable_sort_enum_spec.rb
+2
-2
spec/requests/api/graphql/project/issues_spec.rb
spec/requests/api/graphql/project/issues_spec.rb
+32
-205
No files found.
spec/graphql/types/issuable_sort_enum_spec.rb
View file @
d504b0c9
...
...
@@ -9,7 +9,7 @@ describe Types::IssuableSortEnum do
expect
(
described_class
.
values
.
keys
).
to
include
(
*
%w[PRIORITY_ASC PRIORITY_DESC
LABEL_PRIORITY_ASC LABEL_PRIORITY_DESC
MILESTONE_DUE_ASC MILESTONE_DUE_DESC
]
)
MILESTONE_DUE_ASC MILESTONE_DUE_DESC
]
)
end
end
spec/requests/api/graphql/project/issues_spec.rb
View file @
d504b0c9
This diff is collapsed.
Click to expand it.
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