Sha256: 46b74ad9716fad96f83fc76343dca20559b8d7825b048f9ad4d489a6c4eaee0f
Contents?: true
Size: 351 Bytes
Versions: 14
Compression:
Stored size: 351 Bytes
Contents
# Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :mechanize_store_product, :class => MechanizeStore::Product do name "MyString" description "MyText" short_description "MyString" price 1.5 weight 1.5 length 1.5 height 1.5 width 1.5 product_category nil end end
Version data entries
14 entries across 14 versions & 1 rubygems