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
066ff0f0
Commit
066ff0f0
authored
Dec 04, 2018
by
Francisco Javier López
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pipeline_spec.rb
parent
6cb44843
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
spec/models/ci/pipeline_spec.rb
spec/models/ci/pipeline_spec.rb
+0
-15
No files found.
spec/models/ci/pipeline_spec.rb
View file @
066ff0f0
...
@@ -1269,7 +1269,6 @@ describe Ci::Pipeline, :mailer do
...
@@ -1269,7 +1269,6 @@ describe Ci::Pipeline, :mailer do
is_expected
.
to
eq
(
'custom/path'
)
is_expected
.
to
eq
(
'custom/path'
)
end
end
<<<<<<<
HEAD
it
'returns default when custom path is nil'
do
it
'returns default when custom path is nil'
do
allow
(
pipeline
.
project
).
to
receive
(
:ci_config_path
)
{
nil
}
allow
(
pipeline
.
project
).
to
receive
(
:ci_config_path
)
{
nil
}
...
@@ -1282,20 +1281,6 @@ describe Ci::Pipeline, :mailer do
...
@@ -1282,20 +1281,6 @@ describe Ci::Pipeline, :mailer do
is_expected
.
to
eq
(
'.gitlab-ci.yml'
)
is_expected
.
to
eq
(
'.gitlab-ci.yml'
)
end
end
=======
it
'returns default when custom path is nil'
do
allow
(
pipeline
.
project
).
to
receive
(
:ci_config_path
)
{
nil
}
is_expected
.
to
eq
(
'.gitlab-ci.yml'
)
end
it
'returns default when custom path is empty'
do
allow
(
pipeline
.
project
).
to
receive
(
:ci_config_path
)
{
''
}
is_expected
.
to
eq
(
'.gitlab-ci.yml'
)
end
>>>>>>>
upstream
/
master
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