summaryrefslogtreecommitdiff
path: root/spec/factories/lists.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-25 12:06:13 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-25 12:06:13 +0000
commit8f1f6b374b69fd6356bdc5561d56f5ca9db9fadd (patch)
tree9b81a74772b269cf3d851ed2d29f97c31985b98a /spec/factories/lists.rb
parentdbd50b6e203994cdb393494faa8fc1b2fb406487 (diff)
downloadgitlab-ce-8f1f6b374b69fd6356bdc5561d56f5ca9db9fadd.tar.gz
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 eb6f0f27917..cf00351b231 100644
--- a/spec/factories/lists.rb
+++ b/spec/factories/lists.rb
@@ -6,6 +6,7 @@ FactoryBot.define do
label
list_type { :label }
max_issue_count { 0 }
+ max_issue_weight { 0 }
sequence(:position)
end