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
99c89b59
Commit
99c89b59
authored
Mar 15, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
b3638ce3
7b5cf9e8
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
395 additions
and
380 deletions
+395
-380
spec/requests/api/merge_requests_spec.rb
spec/requests/api/merge_requests_spec.rb
+393
-14
spec/support/api/time_tracking_shared_examples.rb
spec/support/api/time_tracking_shared_examples.rb
+2
-0
spec/support/shared_examples/requests/api/merge_requests_list.rb
...pport/shared_examples/requests/api/merge_requests_list.rb
+0
-366
No files found.
spec/requests/api/merge_requests_spec.rb
View file @
99c89b59
This diff is collapsed.
Click to expand it.
spec/support/api/time_tracking_shared_examples.rb
View file @
99c89b59
...
...
@@ -3,6 +3,8 @@ shared_examples 'an unauthorized API user' do
end
shared_examples
'time tracking endpoints'
do
|
issuable_name
|
let
(
:non_member
)
{
create
(
:user
)
}
issuable_collection_name
=
issuable_name
.
pluralize
describe
"POST /projects/:id/
#{
issuable_collection_name
}
/:
#{
issuable_name
}
_id/time_estimate"
do
...
...
spec/support/shared_examples/requests/api/merge_requests_list.rb
deleted
100644 → 0
View file @
b3638ce3
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