BigW Consortium Gitlab

project_group_links.rb 87 Bytes
FactoryGirl.define do
  factory :project_group_link do
    project
    group
  end
end