Sha256: 28421976aa91d1bd807d943a1e02db8f87d0642a36095b5e9c9e23be19695be8

Contents?: true

Size: 378 Bytes

Versions: 42

Compression:

Stored size: 378 Bytes

Contents

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

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

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
blacklight-spotlight-0.20.0 spec/factories/featured_images.rb
blacklight-spotlight-0.19.2 spec/factories/featured_images.rb
blacklight-spotlight-0.19.1 spec/factories/featured_images.rb
blacklight-spotlight-0.19.0 spec/factories/featured_images.rb
blacklight-spotlight-0.18.0 spec/factories/featured_images.rb
blacklight-spotlight-0.17.1 spec/factories/featured_images.rb
blacklight-spotlight-0.17.0 spec/factories/featured_images.rb
blacklight-spotlight-0.16.0 spec/factories/featured_images.rb
blacklight-spotlight-0.15.0 spec/factories/featured_images.rb
blacklight-spotlight-0.14.2 spec/factories/featured_images.rb
blacklight-spotlight-0.14.1 spec/factories/featured_images.rb
blacklight-spotlight-0.14.0 spec/factories/featured_images.rb
blacklight-spotlight-0.13.0 spec/factories/featured_images.rb
blacklight-spotlight-0.12.1 spec/factories/featured_images.rb
blacklight-spotlight-0.12.0 spec/factories/featured_images.rb
blacklight-spotlight-0.11.0 spec/factories/featured_images.rb
blacklight-spotlight-0.10.3 spec/factories/featured_images.rb
blacklight-spotlight-0.10.2 spec/factories/featured_images.rb
blacklight-spotlight-0.10.1 spec/factories/featured_images.rb
blacklight-spotlight-0.10.0 spec/factories/featured_images.rb