FactoryGirl.define do factory :page, class: ActiveadminSelleoCms::Page do title "Sample page" layout "cms" end end