Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
GitLab FOSS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
GitLab FOSS
Merge requests
!8396
Copy, don't move uploaded avatar files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Copy, don't move uploaded avatar files
jacobvosmaer-gitlab/gitlab-ce:project-avatar-fork
into
master
Overview
6
Commits
2
Pipelines
3
Changes
4
Merged
Jacob Vosmaer
requested to merge
jacobvosmaer-gitlab/gitlab-ce:project-avatar-fork
into
master
8 years ago
Overview
6
Commits
2
Pipelines
3
Changes
2
Expand
Fixes
https://gitlab.com/gitlab-org/gitlab-ce/issues/26158
0
0
Merge request reports
Compare
version 1
version 2
473fee42
8 years ago
version 1
be1c6062
8 years ago
master (base)
and
version 2
latest version
0406a357
2 commits,
8 years ago
version 2
473fee42
2 commits,
8 years ago
version 1
be1c6062
1 commit,
8 years ago
Show latest version
2 files
+
7
−
7
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
spec/uploaders/avatar_uploader_spec.rb
+
4
−
4
Options
@@ -5,14 +5,14 @@
@@ -5,14 +5,14 @@
subject
{
described_class
.
new
(
user
)
}
subject
{
described_class
.
new
(
user
)
}
describe
'#move_to_cache'
do
describe
'#move_to_cache'
do
it
'is
tru
e'
do
it
'is
fals
e'
do
expect
(
subject
.
move_to_cache
).
to
eq
(
tru
e
)
expect
(
subject
.
move_to_cache
).
to
eq
(
fals
e
)
end
end
end
end
describe
'#move_to_store'
do
describe
'#move_to_store'
do
it
'is
tru
e'
do
it
'is
fals
e'
do
expect
(
subject
.
move_to_store
).
to
eq
(
tru
e
)
expect
(
subject
.
move_to_store
).
to
eq
(
fals
e
)
end
end
end
end
end
end
Loading