summaryrefslogtreecommitdiff
path: root/spec/factories/board_group_recent_visit.rb
blob: 97ad5d6d06854f47e0ebae563681c74eedba44a0 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

FactoryBot.define do
  factory :board_group_recent_visit do
    user
    group
    board
  end
end