7 lines
95 B
Ruby
7 lines
95 B
Ruby
FactoryBot.define do
|
|
factory :table do
|
|
number { 22 }
|
|
association :supplier
|
|
end
|
|
end
|