Sha256: bc00e47d071d41d31a1dc043bab3a71d52ad00ca16ef8783b8663d7a21d3cae8

Contents?: true

Size: 127 Bytes

Versions: 2

Compression:

Stored size: 127 Bytes

Contents

FactoryGirl.define do
  factory :exhibit, class: Spotlight::Exhibit do
    sequence(:name) { |n| "exhibit#{n}" }
  end
end
  

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight-spotlight-0.0.2 spec/factories/exhibits.rb
blacklight-spotlight-0.0.1 spec/factories/exhibits.rb