Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2020-10-10 00:08:41 +00:00
parent 50d3b4e4fe
commit 6d5fb6668b
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
# frozen_string_literal: true
FactoryBot.define do
factory :resource_weight_event do
issue { create(:issue) }
user { issue&.author || create(:user) }
end
end