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
56123f9e
Commit
56123f9e
authored
Feb 06, 2018
by
Mayra Cabrera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict on spec/models/namespace_spec
parent
dd989f2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
spec/models/namespace_spec.rb
spec/models/namespace_spec.rb
+0
-17
No files found.
spec/models/namespace_spec.rb
View file @
56123f9e
...
...
@@ -691,7 +691,6 @@ describe Namespace do
end
end
<<<<<<<
HEAD
describe
'#root_ancestor'
do
it
'returns the top most ancestor'
,
:nested_groups
do
root_group
=
create
(
:group
)
...
...
@@ -712,15 +711,6 @@ describe Namespace do
let
(
:legacy_export
)
{
legacy_project
.
export_project_path
}
let
(
:hashed_export
)
{
hashed_project
.
export_project_path
}
=======
describe
'#remove_exports'
do
let
(
:legacy_project
)
{
create
(
:project
,
:with_export
,
namespace:
namespace
)
}
let
(
:hashed_project
)
{
create
(
:project
,
:with_export
,
:hashed
,
namespace:
namespace
)
}
let
(
:export_path
)
{
Dir
.
mktmpdir
(
'namespace_remove_exports_spec'
)
}
let
(
:legacy_export
)
{
legacy_project
.
export_project_path
}
let
(
:hashed_export
)
{
hashed_project
.
export_project_path
}
>>>>>>>
upstream
/
master
it
'removes exports for legacy and hashed projects'
do
allow
(
Gitlab
::
ImportExport
).
to
receive
(
:storage_path
)
{
export_path
}
...
...
@@ -745,17 +735,10 @@ describe Namespace do
context
'when a parent is assigned to a group with no previous parent'
do
it
'should return the path was'
do
group
=
create
(
:group
,
parent:
nil
)
<<<<<<<
HEAD
parent
=
create
(
:group
)
group
.
parent
=
parent
=======
parent
=
create
(
:group
)
group
.
parent
=
parent
>>>>>>>
upstream
/
master
expect
(
group
.
full_path_was
).
to
eq
(
"
#{
group
.
path_was
}
"
)
end
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