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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
6d63a098
Commit
6d63a098
authored
Mar 26, 2018
by
Micaël Bergeron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove some lint
parent
c0047fc4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
5 deletions
+1
-5
spec/factories/appearances.rb
spec/factories/appearances.rb
+1
-1
spec/uploaders/attachment_uploader_spec.rb
spec/uploaders/attachment_uploader_spec.rb
+0
-1
spec/uploaders/avatar_uploader_spec.rb
spec/uploaders/avatar_uploader_spec.rb
+0
-1
spec/uploaders/namespace_file_uploader_spec.rb
spec/uploaders/namespace_file_uploader_spec.rb
+0
-1
spec/uploaders/personal_file_uploader_spec.rb
spec/uploaders/personal_file_uploader_spec.rb
+0
-1
No files found.
spec/factories/appearances.rb
View file @
6d63a098
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
FactoryBot
.
define
do
FactoryBot
.
define
do
factory
:appearance
do
factory
:appearance
do
title
"GitLab
Enterprise
Edition"
title
"GitLab
Community
Edition"
description
"Open source software to collaborate on code"
description
"Open source software to collaborate on code"
new_project_guidelines
"Custom project guidelines"
new_project_guidelines
"Custom project guidelines"
end
end
...
...
spec/uploaders/attachment_uploader_spec.rb
View file @
6d63a098
...
@@ -12,7 +12,6 @@ describe AttachmentUploader do
...
@@ -12,7 +12,6 @@ describe AttachmentUploader do
upload_path:
%r[uploads/-/system/note/attachment/]
,
upload_path:
%r[uploads/-/system/note/attachment/]
,
absolute_path:
%r[
#{
CarrierWave
.
root
}
/uploads/-/system/note/attachment/]
absolute_path:
%r[
#{
CarrierWave
.
root
}
/uploads/-/system/note/attachment/]
# EE-specific
context
"object_store is REMOTE"
do
context
"object_store is REMOTE"
do
before
do
before
do
stub_uploads_object_storage
stub_uploads_object_storage
...
...
spec/uploaders/avatar_uploader_spec.rb
View file @
6d63a098
...
@@ -12,7 +12,6 @@ describe AvatarUploader do
...
@@ -12,7 +12,6 @@ describe AvatarUploader do
upload_path:
%r[uploads/-/system/user/avatar/]
,
upload_path:
%r[uploads/-/system/user/avatar/]
,
absolute_path:
%r[
#{
CarrierWave
.
root
}
/uploads/-/system/user/avatar/]
absolute_path:
%r[
#{
CarrierWave
.
root
}
/uploads/-/system/user/avatar/]
# EE-specific
context
"object_store is REMOTE"
do
context
"object_store is REMOTE"
do
before
do
before
do
stub_uploads_object_storage
stub_uploads_object_storage
...
...
spec/uploaders/namespace_file_uploader_spec.rb
View file @
6d63a098
...
@@ -14,7 +14,6 @@ describe NamespaceFileUploader do
...
@@ -14,7 +14,6 @@ describe NamespaceFileUploader do
upload_path:
IDENTIFIER
,
upload_path:
IDENTIFIER
,
absolute_path:
%r[
#{
CarrierWave
.
root
}
/uploads/-/system/namespace/
\d
+/
#{
IDENTIFIER
}
]
absolute_path:
%r[
#{
CarrierWave
.
root
}
/uploads/-/system/namespace/
\d
+/
#{
IDENTIFIER
}
]
# EE-specific
context
"object_store is REMOTE"
do
context
"object_store is REMOTE"
do
before
do
before
do
stub_uploads_object_storage
stub_uploads_object_storage
...
...
spec/uploaders/personal_file_uploader_spec.rb
View file @
6d63a098
...
@@ -14,7 +14,6 @@ describe PersonalFileUploader do
...
@@ -14,7 +14,6 @@ describe PersonalFileUploader do
upload_path:
IDENTIFIER
,
upload_path:
IDENTIFIER
,
absolute_path:
%r[
#{
CarrierWave
.
root
}
/uploads/-/system/personal_snippet/
\d
+/
#{
IDENTIFIER
}
]
absolute_path:
%r[
#{
CarrierWave
.
root
}
/uploads/-/system/personal_snippet/
\d
+/
#{
IDENTIFIER
}
]
# EE-specific
context
"object_store is REMOTE"
do
context
"object_store is REMOTE"
do
before
do
before
do
stub_uploads_object_storage
stub_uploads_object_storage
...
...
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