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>2023-07-14 12:09:23 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-14 12:09:23 +0300
commit7a7f602c2689ef1d204976b23a8e89bdf927e8e2 (patch)
tree5bd23ecff17955eddfb9c1426dc965c40213ecaf /spec/factories
parentaa6aa484ea38062f0038f67e0ff0e9fa5b4de8d3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/factories')
-rw-r--r--spec/factories/boards.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/factories/boards.rb b/spec/factories/boards.rb
index 9ea8f3ad06f..92eb67c02b4 100644
--- a/spec/factories/boards.rb
+++ b/spec/factories/boards.rb
@@ -28,6 +28,7 @@ FactoryBot.define do
end
after(:create) do |board|
+ board.lists.create!(list_type: :backlog)
board.lists.create!(list_type: :closed)
end
end