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>2019-11-21 09:06:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-21 09:06:32 +0300
commit80e5134020483299c039114e76b734436f006c66 (patch)
treec01e1b0451c336f2349cc7db9c9dc317b98bed54 /spec/factories/lists.rb
parent8d78e95a9c5b352fb0498ca9c46d068eb93e6e27 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/factories/lists.rb')
-rw-r--r--spec/factories/lists.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/factories/lists.rb b/spec/factories/lists.rb
index 8785d3f0468..eb6f0f27917 100644
--- a/spec/factories/lists.rb
+++ b/spec/factories/lists.rb
@@ -5,6 +5,7 @@ FactoryBot.define do
board
label
list_type { :label }
+ max_issue_count { 0 }
sequence(:position)
end