Sha256: 21fbb3d4f0af6e671160cf1d89d6c9610e440280a345ae950fb107754cb059ab

Contents?: true

Size: 318 Bytes

Versions: 4

Compression:

Stored size: 318 Bytes

Contents

FactoryGirl.define do
  factory :featured_image, class: Spotlight::FeaturedImage do
    image { Rack::Test::UploadedFile.new(File.join(FIXTURES_PATH, 'avatar.png')) }
  end

  factory :masthead, class: Spotlight::Masthead do
    image { Rack::Test::UploadedFile.new(File.join(FIXTURES_PATH, 'avatar.png')) }
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
blacklight-spotlight-0.9.0 spec/factories/featured_images.rb
blacklight-spotlight-0.8.2 spec/factories/featured_images.rb
blacklight-spotlight-0.8.1 spec/factories/featured_images.rb
blacklight-spotlight-0.8.0 spec/factories/featured_images.rb