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