Commit 6d63a098 authored by Micaël Bergeron's avatar Micaël Bergeron

remove some lint

parent c0047fc4
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment