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
e11134b9
Commit
e11134b9
authored
Dec 01, 2017
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict in project_spec.rb
parent
b0a2a349
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
spec/models/project_spec.rb
spec/models/project_spec.rb
+3
-3
No files found.
spec/models/project_spec.rb
View file @
e11134b9
...
@@ -3470,7 +3470,6 @@ describe Project do
...
@@ -3470,7 +3470,6 @@ describe Project do
end
end
end
end
<<<<<<<
HEAD
describe
'#root_namespace'
do
describe
'#root_namespace'
do
let
(
:project
)
{
build
(
:project
,
namespace:
parent
)
}
let
(
:project
)
{
build
(
:project
,
namespace:
parent
)
}
...
@@ -3491,7 +3490,9 @@ describe Project do
...
@@ -3491,7 +3490,9 @@ describe Project do
it
'returns current namespace'
do
it
'returns current namespace'
do
is_expected
.
to
eq
(
parent
)
is_expected
.
to
eq
(
parent
)
end
end
=======
end
end
describe
'#deployment_platform'
do
describe
'#deployment_platform'
do
subject
{
project
.
deployment_platform
}
subject
{
project
.
deployment_platform
}
...
@@ -3508,7 +3509,6 @@ describe Project do
...
@@ -3508,7 +3509,6 @@ describe Project do
let
(
:platform_kubernetes
)
{
cluster
.
platform_kubernetes
}
let
(
:platform_kubernetes
)
{
cluster
.
platform_kubernetes
}
it
{
is_expected
.
to
eq
(
platform_kubernetes
)
}
it
{
is_expected
.
to
eq
(
platform_kubernetes
)
}
>>>>>>>
upstream
/
master
end
end
end
end
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