Sha256: 701d6f6c9ab81fe2669a9de361a9e8c2d08a4b00771e2d19dbfb6d7ee699c9ed

Contents?: true

Size: 237 Bytes

Versions: 46

Compression:

Stored size: 237 Bytes

Contents

FactoryGirl.define do
  factory :exhibit, class: Spotlight::Exhibit do
    sequence(:title) { |n| "Exhibit Title #{n}" }
    published true
    after(:build) { |exhibit| exhibit.searches << FactoryGirl.build(:default_search) }
  end
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
blacklight-spotlight-0.32.0 spec/factories/exhibits.rb
blacklight-spotlight-0.31.0 spec/factories/exhibits.rb
blacklight-spotlight-0.30.0 spec/factories/exhibits.rb
blacklight-spotlight-0.29.1 spec/factories/exhibits.rb
blacklight-spotlight-0.29.0 spec/factories/exhibits.rb
blacklight-spotlight-0.28.3 spec/factories/exhibits.rb
blacklight-spotlight-0.28.2 spec/factories/exhibits.rb
blacklight-spotlight-0.28.1 spec/factories/exhibits.rb
blacklight-spotlight-0.28.0 spec/factories/exhibits.rb
blacklight-spotlight-0.27.0 spec/factories/exhibits.rb
blacklight-spotlight-0.26.1 spec/factories/exhibits.rb
blacklight-spotlight-0.26.0 spec/factories/exhibits.rb
blacklight-spotlight-0.25.0 spec/factories/exhibits.rb
blacklight-spotlight-0.24.0 spec/factories/exhibits.rb
blacklight-spotlight-0.23.0 spec/factories/exhibits.rb
blacklight-spotlight-0.22.0 spec/factories/exhibits.rb
blacklight-spotlight-0.21.0 spec/factories/exhibits.rb
blacklight-spotlight-0.20.3 spec/factories/exhibits.rb
blacklight-spotlight-0.20.2 spec/factories/exhibits.rb
blacklight-spotlight-0.20.1 spec/factories/exhibits.rb