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

project_group_links.rb « factories « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e73cc05f9d7c0ada3af25d5ce1dc4ad0cfdf186d (plain)
1
2
3
4
5
6
FactoryGirl.define do
  factory :project_group_link do
    project
    group
  end
end