summaryrefslogtreecommitdiff
path: root/spec/factories/project_group_links.rb
blob: 59c77627ee55df0440f4d611fdb22ad004326cf6 (plain)
1
2
3
4
5
6
7
FactoryBot.define do
  factory :project_group_link do
    project
    group
    expires_at nil
  end
end