Sha256: 261a7f5c078c817456f280331dd0c928f8b32d73456e36e78b4e5625f6b34f33

Contents?: true

Size: 165 Bytes

Versions: 3

Compression:

Stored size: 165 Bytes

Contents

module Pageflow
  FactoryBot.define do
    factory :entry_template, class: Pageflow::EntryTemplate do
      account
      theme_name { 'default' }
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pageflow-15.2.2 spec/factories/entry_templates.rb
pageflow-15.2.1 spec/factories/entry_templates.rb
pageflow-15.2.0 spec/factories/entry_templates.rb