BigW Consortium Gitlab

label_links.rb 93 Bytes
FactoryBot.define do
  factory :label_link do
    label
    target factory: :issue
  end
end