gitlab-org--gitlab-foss/spec/factories/approvals.rb

11 lines
181 B
Ruby

# frozen_string_literal: true
# Read about factories at https://github.com/thoughtbot/factory_bot
FactoryBot.define do
factory :approval do
merge_request
user
end
end