mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-15 21:39:00 +00:00
9 lines
116 B
Ruby
9 lines
116 B
Ruby
# frozen_string_literal: true
|
|
|
|
FactoryBot.define do
|
|
factory :users_star_project do
|
|
project
|
|
user
|
|
end
|
|
end
|