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
531c1e97
Commit
531c1e97
authored
Jul 03, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
fde497b7
fb35a3b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
spec/models/appearance_spec.rb
spec/models/appearance_spec.rb
+1
-1
spec/uploaders/file_mover_spec.rb
spec/uploaders/file_mover_spec.rb
+1
-2
No files found.
spec/models/appearance_spec.rb
View file @
531c1e97
...
...
@@ -21,7 +21,7 @@ describe Appearance do
end
end
context
'with uploads'
,
:quarantine
do
context
'with uploads'
do
it_behaves_like
'model with uploads'
,
false
do
let
(
:model_object
)
{
create
(
:appearance
,
:with_logo
)
}
let
(
:upload_attribute
)
{
:logo
}
...
...
spec/uploaders/file_mover_spec.rb
View file @
531c1e97
...
...
@@ -85,8 +85,7 @@ describe FileMover do
context
'when tmp uploader is not local storage'
do
before
do
allow
(
PersonalFileUploader
).
to
receive
(
:object_store_enabled?
)
{
true
}
tmp_uploader
.
object_store
=
ObjectStorage
::
Store
::
REMOTE
stub_uploads_object_storage
(
uploader:
PersonalFileUploader
)
allow_any_instance_of
(
PersonalFileUploader
).
to
receive
(
:file_storage?
)
{
false
}
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