houdini/spec/factories/ticket_levels.rb

7 lines
93 B
Ruby

FactoryBot.define do
factory :ticket_level do
trait :has_tickets do
end
end
end