Sha256: d0a1ced027b90ae959787b506863a737c9ac1391eb928af87884b55653d62dac

Contents?: true

Size: 241 Bytes

Versions: 3

Compression:

Stored size: 241 Bytes

Contents

# Read about factories at https://github.com/thoughtbot/factory_girl

FactoryGirl.define do
  factory :knowledge_base_sectionables_image, aliases: [:image], class: 'Sectionables::Image' do
    caption "MyText"
    image "MyString"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
knowledge_base-0.2.0 spec/factories/knowledge_base_sectionables_images.rb
knowledge_base-0.1.0 spec/factories/knowledge_base_sectionables_images.rb
knowledge_base-0.0.3 spec/factories/knowledge_base_sectionables_images.rb