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
c20610f7
Commit
c20610f7
authored
Feb 06, 2018
by
Ian Baum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolving conflict in spec/models/ci/job_artifact_spec.rb
parent
8334b393
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
spec/models/ci/job_artifact_spec.rb
spec/models/ci/job_artifact_spec.rb
+0
-3
No files found.
spec/models/ci/job_artifact_spec.rb
View file @
c20610f7
...
@@ -15,7 +15,6 @@ describe Ci::JobArtifact do
...
@@ -15,7 +15,6 @@ describe Ci::JobArtifact do
it
{
is_expected
.
to
delegate_method
(
:open
).
to
(
:file
)
}
it
{
is_expected
.
to
delegate_method
(
:open
).
to
(
:file
)
}
it
{
is_expected
.
to
delegate_method
(
:exists?
).
to
(
:file
)
}
it
{
is_expected
.
to
delegate_method
(
:exists?
).
to
(
:file
)
}
<<<<<<<
HEAD
describe
'callbacks'
do
describe
'callbacks'
do
subject
{
create
(
:ci_job_artifact
,
:archive
)
}
subject
{
create
(
:ci_job_artifact
,
:archive
)
}
...
@@ -74,8 +73,6 @@ describe Ci::JobArtifact do
...
@@ -74,8 +73,6 @@ describe Ci::JobArtifact do
end
end
end
end
=======
>>>>>>>
upstream
/
master
describe
'#set_size'
do
describe
'#set_size'
do
it
'sets the size'
do
it
'sets the size'
do
expect
(
artifact
.
size
).
to
eq
(
106365
)
expect
(
artifact
.
size
).
to
eq
(
106365
)
...
...
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