summaryrefslogtreecommitdiff
path: root/spec/factories
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-20 18:12:16 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-20 18:12:16 +0000
commit72c050db64bd61ae767f47c4fa2bc97b94a67592 (patch)
tree6e3b239ffcc70d9ca88bf3144d8459a86bed7c38 /spec/factories
parent1d033298a5973bdbd9c56d4eb0f1d29265b153a6 (diff)
downloadgitlab-ce-72c050db64bd61ae767f47c4fa2bc97b94a67592.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/factories')
-rw-r--r--spec/factories/airflow/dags.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/factories/airflow/dags.rb b/spec/factories/airflow/dags.rb
deleted file mode 100644
index ca4276e2c8f..00000000000
--- a/spec/factories/airflow/dags.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-# frozen_string_literal: true
-FactoryBot.define do
- factory :airflow_dags, class: '::Airflow::Dags' do
- sequence(:dag_name) { |n| "dag_name_#{n}" }
-
- project
- end
-end