Sha256: 5128d4711efe725673d6dde9500ef83b38cd6a68710a037ba99437b4fbf76a02
Contents?: true
Size: 246 Bytes
Versions: 56
Compression:
Stored size: 246 Bytes
Contents
FactoryBot.define do factory :cmor_cms_content_block, class: 'Cmor::Cms::ContentBlock' do association(:content_box, factory: :cmor_cms_content_box) association(:page, factory: :cmor_cms_page) body { 'Content block body' } end end
Version data entries
56 entries across 56 versions & 1 rubygems