Files
mozo-backend/spec/factories/list_factory.rb
T

7 lines
197 B
Ruby

FactoryGirl.define do
factory :list do
association :table
association :supplier #TODO warning! this may create a different supplier than the one created by the associated table
end
end