7 lines
86 B
Ruby
7 lines
86 B
Ruby
FactoryBot.define do
|
|
factory :page do
|
|
locale 'en'
|
|
layout 'theme1'
|
|
end
|
|
end
|