Sha256: a27bf0411d421418734e4647585334a5371525bc38ed084c8cfd62ae75d9c862

Contents?: true

Size: 207 Bytes

Versions: 42

Compression:

Stored size: 207 Bytes

Contents

FactoryGirl.define do
  factory :contact, class: Spotlight::Contact do
    exhibit
    avatar { 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.32.0 spec/factories/contacts.rb
blacklight-spotlight-0.31.0 spec/factories/contacts.rb
blacklight-spotlight-0.30.0 spec/factories/contacts.rb
blacklight-spotlight-0.29.1 spec/factories/contacts.rb
blacklight-spotlight-0.29.0 spec/factories/contacts.rb
blacklight-spotlight-0.28.3 spec/factories/contacts.rb
blacklight-spotlight-0.28.2 spec/factories/contacts.rb
blacklight-spotlight-0.28.1 spec/factories/contacts.rb
blacklight-spotlight-0.28.0 spec/factories/contacts.rb
blacklight-spotlight-0.27.0 spec/factories/contacts.rb
blacklight-spotlight-0.26.1 spec/factories/contacts.rb
blacklight-spotlight-0.26.0 spec/factories/contacts.rb
blacklight-spotlight-0.25.0 spec/factories/contacts.rb
blacklight-spotlight-0.24.0 spec/factories/contacts.rb
blacklight-spotlight-0.23.0 spec/factories/contacts.rb
blacklight-spotlight-0.22.0 spec/factories/contacts.rb
blacklight-spotlight-0.21.0 spec/factories/contacts.rb
blacklight-spotlight-0.20.3 spec/factories/contacts.rb
blacklight-spotlight-0.20.2 spec/factories/contacts.rb
blacklight-spotlight-0.20.1 spec/factories/contacts.rb