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
c46ddd45
Commit
c46ddd45
authored
Dec 06, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict in spec/uploaders/job_artifact_uploader_spec.rb
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
d125a9d0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
spec/uploaders/job_artifact_uploader_spec.rb
spec/uploaders/job_artifact_uploader_spec.rb
+0
-7
No files found.
spec/uploaders/job_artifact_uploader_spec.rb
View file @
c46ddd45
require
'spec_helper'
require
'spec_helper'
describe
JobArtifactUploader
do
describe
JobArtifactUploader
do
<<<<<<<
HEAD
let
(
:store
)
{
described_class
::
LOCAL_STORE
}
let
(
:store
)
{
described_class
::
LOCAL_STORE
}
let
(
:job_artifact
)
{
create
(
:ci_job_artifact
,
file_store:
store
)
}
let
(
:job_artifact
)
{
create
(
:ci_job_artifact
,
file_store:
store
)
}
=======
let
(
:job_artifact
)
{
create
(
:ci_job_artifact
)
}
>>>>>>>
upstream
/
master
let
(
:uploader
)
{
described_class
.
new
(
job_artifact
,
:file
)
}
let
(
:uploader
)
{
described_class
.
new
(
job_artifact
,
:file
)
}
let
(
:local_path
)
{
Gitlab
.
config
.
artifacts
.
path
}
let
(
:local_path
)
{
Gitlab
.
config
.
artifacts
.
path
}
...
@@ -20,7 +16,6 @@ describe JobArtifactUploader do
...
@@ -20,7 +16,6 @@ describe JobArtifactUploader do
it
{
is_expected
.
to
match
(
/\h{2}\/\h{2}\/\h{64}\/\d{4}_\d{1,2}_\d{1,2}\/\d+\/\d+\z/
)
}
it
{
is_expected
.
to
match
(
/\h{2}\/\h{2}\/\h{64}\/\d{4}_\d{1,2}_\d{1,2}\/\d+\/\d+\z/
)
}
it
{
is_expected
.
to
end_with
(
path
)
}
it
{
is_expected
.
to
end_with
(
path
)
}
end
end
<<<<<<<
HEAD
context
'when using remote storage'
do
context
'when using remote storage'
do
let
(
:store
)
{
described_class
::
REMOTE_STORE
}
let
(
:store
)
{
described_class
::
REMOTE_STORE
}
...
@@ -32,8 +27,6 @@ describe JobArtifactUploader do
...
@@ -32,8 +27,6 @@ describe JobArtifactUploader do
it
{
is_expected
.
to
match
(
/\h{2}\/\h{2}\/\h{64}\/\d{4}_\d{1,2}_\d{1,2}\/\d+\/\d+\z/
)
}
it
{
is_expected
.
to
match
(
/\h{2}\/\h{2}\/\h{64}\/\d{4}_\d{1,2}_\d{1,2}\/\d+\/\d+\z/
)
}
it
{
is_expected
.
to
end_with
(
path
)
}
it
{
is_expected
.
to
end_with
(
path
)
}
end
end
=======
>>>>>>>
upstream
/
master
end
end
describe
'#cache_dir'
do
describe
'#cache_dir'
do
...
...
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