Sha256: 562a4678cf070f87bd935157ac6483442df02155deb64a34ce1efa9a3c0fed41

Contents?: true

Size: 721 Bytes

Versions: 41

Compression:

Stored size: 721 Bytes

Contents

# frozen_string_literal: true

FactoryBot.define do
  factory :bulk_update, class: 'Spotlight::BulkUpdate' do
    file { Rack::Test::UploadedFile.new(File.expand_path(File.join('..', 'fixtures', 'updated-bulk-update-template.csv'), __dir__)) }

    exhibit
  end

  factory :bulk_update_no_cols, class: 'Spotlight::BulkUpdate' do
    file { Rack::Test::UploadedFile.new(File.expand_path(File.join('..', 'fixtures', 'updated-bulk-update-template-no-cols.csv'), __dir__)) }

    exhibit
  end

  factory :tagged_bulk_update, class: 'Spotlight::BulkUpdate' do
    file { Rack::Test::UploadedFile.new(File.expand_path(File.join('..', 'fixtures', 'updated-bulk-update-template-w-tags.csv'), __dir__)) }

    exhibit
  end
end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
blacklight-spotlight-3.6.0.beta7 spec/factories/bulk_updates.rb
blacklight-spotlight-3.5.0.3 spec/factories/bulk_updates.rb
blacklight-spotlight-3.6.0.beta6 spec/factories/bulk_updates.rb
blacklight-spotlight-3.6.0.beta5 spec/factories/bulk_updates.rb
blacklight-spotlight-3.6.0.beta4 spec/factories/bulk_updates.rb
blacklight-spotlight-3.6.0.beta3 spec/factories/bulk_updates.rb
blacklight-spotlight-3.6.0.beta1 spec/factories/bulk_updates.rb
blacklight-spotlight-3.5.0.2 spec/factories/bulk_updates.rb
blacklight-spotlight-3.5.0.1 spec/factories/bulk_updates.rb
blacklight-spotlight-3.5.0 spec/factories/bulk_updates.rb
blacklight-spotlight-3.4.4.1 spec/factories/bulk_updates.rb
blacklight-spotlight-3.4.4 spec/factories/bulk_updates.rb
blacklight-spotlight-3.4.3 spec/factories/bulk_updates.rb
blacklight-spotlight-3.4.2.2 spec/factories/bulk_updates.rb
blacklight-spotlight-3.4.2.1 spec/factories/bulk_updates.rb
blacklight-spotlight-3.4.2 spec/factories/bulk_updates.rb
blacklight-spotlight-3.4.0 spec/factories/bulk_updates.rb
blacklight-spotlight-3.3.0 spec/factories/bulk_updates.rb
blacklight-spotlight-3.2.0 spec/factories/bulk_updates.rb
blacklight-spotlight-3.1.0 spec/factories/bulk_updates.rb