BigW Consortium Gitlab

label_links.rb 94 Bytes
FactoryGirl.define do
  factory :label_link do
    label
    target factory: :issue
  end
end