Sha256: 1b7f36caf33e089dcb8a055f8cd3343bd689621dab597a90974e117b703768f7

Contents?: true

Size: 223 Bytes

Versions: 10

Compression:

Stored size: 223 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_category nil
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mechanize_store-0.0.13 spec/factories/mechanize_store_product_categories.rb
mechanize_store-0.0.12 spec/factories/mechanize_store_product_categories.rb
mechanize_store-0.0.11 spec/factories/mechanize_store_product_categories.rb
mechanize_store-0.0.10 spec/factories/mechanize_store_product_categories.rb
mechanize_store-0.0.8 spec/factories/store_product_categories.rb
mechanize_store-0.0.7 spec/factories/store_product_categories.rb
mechanize_store-0.0.6 spec/factories/store_product_categories.rb
mechanize_store-0.0.5 spec/factories/store_product_categories.rb
mechanize_store-0.0.4 spec/factories/store_product_categories.rb
mechanize_store-0.0.3 spec/factories/store_product_categories.rb