summaryrefslogtreecommitdiff
path: root/spec/factories/label_priorities.rb
blob: c4824faad5331fdc8270c12597011bef5fdc1a50 (plain)
1
2
3
4
5
6
7
FactoryBot.define do
  factory :label_priority do
    project
    label
    sequence(:priority)
  end
end