Files
mozo-backend/spec/factories/page_factory.rb
T
Benjamin 46fc427694 updates
2021-04-19 15:14:37 -05:00

7 lines
86 B
Ruby

FactoryBot.define do
factory :page do
locale 'en'
layout 'theme1'
end
end