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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-11-17 03:09:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-17 03:09:16 +0300
commit678e8181aaa08fc1b89e2a2721c842fb46ed730a (patch)
treedd7cc73e69d701cddfba08ad19c3c34c1ff2a264 /spec/factories/packages.rb
parentb9033ad4157010ccd8f37437de131ed70af90f45 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/factories/packages.rb')
-rw-r--r--spec/factories/packages.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/factories/packages.rb b/spec/factories/packages.rb
index e4fadb51d41..73870a28b89 100644
--- a/spec/factories/packages.rb
+++ b/spec/factories/packages.rb
@@ -147,10 +147,6 @@ FactoryBot.define do
composer_json { { name: 'foo' } }
end
- factory :package_build_info, class: 'Packages::BuildInfo' do
- package
- end
-
factory :maven_metadatum, class: 'Packages::Maven::Metadatum' do
association :package, package_type: :maven
path { 'my/company/app/my-app/1.0-SNAPSHOT' }