Sha256: eb5d71fd67adb594ab389aebf265cd0f41b07bcf928f75a8f6780c6c314eea1f

Contents?: true

Size: 178 Bytes

Versions: 7

Compression:

Stored size: 178 Bytes

Contents

include ActionDispatch::TestProcess

FactoryGirl.define do
  factory :photo, :class => Polygallery::Photo do
    caption { [nil, FFaker::BaconIpsum.paragraph].sample }
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
polygallery-0.2.1 test/dummy/spec/factories/polygallery/photos.rb
polygallery-0.1.9 test/dummy/spec/factories/polygallery/photos.rb
polygallery-0.1.8 test/dummy/spec/factories/polygallery/photos.rb
polygallery-0.1.7 test/dummy/spec/factories/polygallery/photos.rb
polygallery-0.1.6 test/dummy/spec/factories/polygallery/photos.rb
polygallery-0.1.4 test/dummy/spec/factories/polygallery/photos.rb
polygallery-0.1.2 test/dummy/spec/factories/polygallery/photos.rb