Files
old-holivud2/spec/factories/restrictions.rb
2020-05-31 22:38:19 +02:00

10 lines
123 B
Ruby

FactoryBot.define do
factory :restriction do
label "None"
trait :other do
label "Other"
end
end
end