woke factory girl

This commit is contained in:
Benjamin
2021-04-21 17:21:58 -05:00
parent 46fc427694
commit f96ae22388
8 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FactoryBot.define do
factory :table do
number 22
number { 22 }
association :supplier
end
end