foodsoft/spec/factories/group_order_article.rb

8 lines
115 B
Ruby
Raw Permalink Normal View History

2017-10-27 23:21:31 +02:00
require 'factory_bot'
2013-07-15 21:01:46 +02:00
2017-10-27 23:21:31 +02:00
FactoryBot.define do
2013-07-15 21:01:46 +02:00
# requires order_article
factory :group_order_article do
end
end