BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
7cb6466b
Commit
7cb6466b
authored
Jun 28, 2017
by
Oswaldo Ferreira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add parent_id back to the tests
parent
a0c044c1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
projects_spec.rb
spec/requests/api/projects_spec.rb
+2
-1
projects_spec.rb
spec/requests/api/v3/projects_spec.rb
+2
-1
No files found.
spec/requests/api/projects_spec.rb
View file @
7cb6466b
...
...
@@ -698,7 +698,8 @@ describe API::Projects do
'name'
=>
user
.
namespace
.
name
,
'path'
=>
user
.
namespace
.
path
,
'kind'
=>
user
.
namespace
.
kind
,
'full_path'
=>
user
.
namespace
.
full_path
'full_path'
=>
user
.
namespace
.
full_path
,
'parent_id'
=>
nil
})
end
...
...
spec/requests/api/v3/projects_spec.rb
View file @
7cb6466b
...
...
@@ -734,7 +734,8 @@ describe API::V3::Projects do
'name'
=>
user
.
namespace
.
name
,
'path'
=>
user
.
namespace
.
path
,
'kind'
=>
user
.
namespace
.
kind
,
'full_path'
=>
user
.
namespace
.
full_path
'full_path'
=>
user
.
namespace
.
full_path
,
'parent_id'
=>
nil
})
end
...
...
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