Sha256: b3bfc1f00b9a3b87d895b1bd0571939afbf62b7812306af7359280558219158f

Contents?: true

Size: 177 Bytes

Versions: 9

Compression:

Stored size: 177 Bytes

Contents

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
blacklight-spotlight-0.9.0 spec/factories/contacts.rb
blacklight-spotlight-0.8.2 spec/factories/contacts.rb
blacklight-spotlight-0.8.1 spec/factories/contacts.rb
blacklight-spotlight-0.8.0 spec/factories/contacts.rb
blacklight-spotlight-0.7.2 spec/factories/contacts.rb
blacklight-spotlight-0.7.1 spec/factories/contacts.rb
blacklight-spotlight-0.7.0 spec/factories/contacts.rb
blacklight-spotlight-0.6.0 spec/factories/contacts.rb
blacklight-spotlight-0.5.0 spec/factories/contacts.rb