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
+2 -2
View File
@@ -1,6 +1,6 @@
FactoryBot.define do
factory :page do
locale 'en'
layout 'theme1'
locale { 'en' }
layout { 'theme1' }
end
end