Skip to content
Snippets Groups Projects
Commit 6d63a098 authored by Micael Bergeron's avatar Micael Bergeron
Browse files

remove some lint

parent c0047fc4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,7 +2,7 @@
 
FactoryBot.define do
factory :appearance do
title "GitLab Enterprise Edition"
title "GitLab Community Edition"
description "Open source software to collaborate on code"
new_project_guidelines "Custom project guidelines"
end
Loading
Loading
Loading
Loading
@@ -12,7 +12,6 @@ describe AttachmentUploader do
upload_path: %r[uploads/-/system/note/attachment/],
absolute_path: %r[#{CarrierWave.root}/uploads/-/system/note/attachment/]
 
# EE-specific
context "object_store is REMOTE" do
before do
stub_uploads_object_storage
Loading
Loading
Loading
Loading
@@ -12,7 +12,6 @@ describe AvatarUploader do
upload_path: %r[uploads/-/system/user/avatar/],
absolute_path: %r[#{CarrierWave.root}/uploads/-/system/user/avatar/]
 
# EE-specific
context "object_store is REMOTE" do
before do
stub_uploads_object_storage
Loading
Loading
Loading
Loading
@@ -14,7 +14,6 @@ describe NamespaceFileUploader do
upload_path: IDENTIFIER,
absolute_path: %r[#{CarrierWave.root}/uploads/-/system/namespace/\d+/#{IDENTIFIER}]
 
# EE-specific
context "object_store is REMOTE" do
before do
stub_uploads_object_storage
Loading
Loading
Loading
Loading
@@ -14,7 +14,6 @@ describe PersonalFileUploader do
upload_path: IDENTIFIER,
absolute_path: %r[#{CarrierWave.root}/uploads/-/system/personal_snippet/\d+/#{IDENTIFIER}]
 
# EE-specific
context "object_store is REMOTE" do
before do
stub_uploads_object_storage
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment