Welcome to mirror list, hosted at ThFree Co, Russian Federation.

label_links.rb « factories « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3580174e873f55b91de69dea81272044494a88d4 (plain)
1
2
3
4
5
6
FactoryGirl.define do
  factory :label_link do
    label
    target factory: :issue
  end
end