Sha256: 22b06b56df4f2b9cabac33f8e14430997fa7bf046af2714a6eec4ef4c318c826
Contents?: true
Size: 275 Bytes
Versions: 3
Compression:
Stored size: 275 Bytes
Contents
# Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :knowledge_base_sectionables_gallery_image, :class => 'Sectionables::Gallery::Image' do caption "MyString" image "MyString" position 1 gallery nil end end
Version data entries
3 entries across 3 versions & 1 rubygems