Sha256: b21a056b4b3debb4b2b82c8d0f41a479e56a040f765c018e4347f23861ae65fc

Contents?: true

Size: 155 Bytes

Versions: 44

Compression:

Stored size: 155 Bytes

Contents

module Pageflow
  FactoryBot.define do
    factory :theming, :class => Pageflow::Theming do
      account
      theme_name { 'default' }
    end
  end
end

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
pageflow-14.5.2 spec/factories/themings.rb
pageflow-15.1.2 spec/factories/themings.rb
pageflow-15.1.1 spec/factories/themings.rb
pageflow-15.1.0 spec/factories/themings.rb
pageflow-15.1.0.rc0 spec/factories/themings.rb
pageflow-15.1.0.beta6 spec/factories/themings.rb
pageflow-15.1.0.beta5 spec/factories/themings.rb
pageflow-15.1.0.beta4 spec/factories/themings.rb
pageflow-15.1.0.beta3 spec/factories/themings.rb
pageflow-15.1.0.beta2 spec/factories/themings.rb
pageflow-15.1.0.beta1 spec/factories/themings.rb
pageflow-15.0.2 spec/factories/themings.rb
pageflow-15.0.1 spec/factories/themings.rb
pageflow-15.0.0 spec/factories/themings.rb
pageflow-14.5.1 spec/factories/themings.rb
pageflow-14.5.0 spec/factories/themings.rb
pageflow-15.0.0.rc2 spec/factories/themings.rb
pageflow-15.0.0.rc1 spec/factories/themings.rb
pageflow-15.0.0.beta4 spec/factories/themings.rb
pageflow-15.0.0.beta3 spec/factories/themings.rb