summaryrefslogtreecommitdiff
path: root/spec/factories/trending_project.rb
blob: 354b8c1e002d24ae0e50f9f3452b69580773f7a8 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

FactoryBot.define do
  # TrendingProject
  factory :trending_project, class: 'TrendingProject' do
    project
  end
end