article_controllers almostspec'd
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
viehlieb 2022-10-07 14:04:19 +02:00
parent 085e854361
commit 030cc195ba
5 changed files with 283 additions and 6 deletions

View file

@ -0,0 +1,8 @@
require 'factory_bot'
FactoryBot.define do
factory :order_article do
order { create :order }
article { create :article }
end
end