Sha256: be1176b5027ec39c0006297b60b00776015304efcaee85a0415c78c0032237c9
Contents?: true
Size: 326 Bytes
Versions: 2
Compression:
Stored size: 326 Bytes
Contents
FactoryGirl.define do factory :press do title "Title" publication "New York Times" published_at Time.now description "OMG!" end factory :press_image do attachment File.open(File.expand_path("../../dummy/public/images/cart-empty.png", __FILE__)) alt "Just an image" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_essential_press-0.1.0.pre3 | test/support/factories.rb |
spree_essential_press-0.1.0.pre2 | test/support/factories.rb |