1 2 3 4 5 6 7
FactoryBot.define do factory :label_priority do project label sequence(:priority) end end