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

board_project_recent_visit.rb « factories « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 49ae4d7b3913d99c02278c324348060d7ddbe5e2 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

FactoryBot.define do
  factory :board_project_recent_visit do
    user
    project
    board
  end
end