Sha256: 6fc99b78107106833fca873daa2e7bc424f831c8cb80201f00552ae1b1551f1c
Contents?: true
Size: 218 Bytes
Versions: 6
Compression:
Stored size: 218 Bytes
Contents
# Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :mechanize_store_product_category, :class => 'ProductCategory' do name "MyString" product_section end end
Version data entries
6 entries across 6 versions & 1 rubygems