Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/uploads.rb')
-rw-r--r--spec/factories/uploads.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/uploads.rb b/spec/factories/uploads.rb
index 85237e2d791..31ae7354a43 100644
--- a/spec/factories/uploads.rb
+++ b/spec/factories/uploads.rb
@@ -69,7 +69,7 @@ FactoryBot.define do
trait :design_action_image_v432x230_upload do
mount_point { :image_v432x230 }
model { association(:design_action) }
- uploader { ::DesignManagement::DesignV432x230Uploader.name }
+ uploader { DesignManagement::DesignV432x230Uploader.name }
end
end
end