Sha256: 7a2a5fc6cacb6cef567f06f654adfb480799be0a474255c1bbb1dd12b6488524
Contents?: true
Size: 444 Bytes
Versions: 1
Compression:
Stored size: 444 Bytes
Contents
FactoryGirl.define do factory :feature_page, class: Spotlight::FeaturePage do exhibit Spotlight::Exhibit.default title "Page1" published true end factory :about_page, class: Spotlight::AboutPage do exhibit Spotlight::Exhibit.default title "Page1" published true end factory :home_page, class: Spotlight::HomePage do exhibit Spotlight::Exhibit.default title "Page1" published true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blacklight-spotlight-0.0.1 | spec/factories/pages.rb |