Sha256: bed1daa50781fb5b02ad1a3033bf91dd7d4975081a03a788f24972242e73d464

Contents?: true

Size: 173 Bytes

Versions: 1

Compression:

Stored size: 173 Bytes

Contents

FactoryGirl.define do
  factory :collection, class: Refinery::PhotoGallery::Collection do
    title { Faker::Lorem::word }
    description "collection description"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
refinerycms-photo-gallery-0.2.0 spec/factories/collections.rb