Sha256: 6cc3cf70a285a815ef4bd7d71a69334bd83faa81f444549570185d146d472590

Contents?: true

Size: 229 Bytes

Versions: 7

Compression:

Stored size: 229 Bytes

Contents

# Read about factories at https://github.com/thoughtbot/factory_girl

FactoryGirl.define do
  factory :tb_checkout_basic_product, :class => 'TbCheckout::BasicProduct' do
    price 9.99
    description "A Basic Product"
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tb_checkout-1.1.1 spec/factories/tb_checkout_basic_products.rb
tb_checkout-1.1.0 spec/factories/tb_checkout_basic_products.rb
tb_checkout-1.0.7 spec/factories/tb_checkout_basic_products.rb
tb_checkout-1.0.6 spec/factories/tb_checkout_basic_products.rb
tb_checkout-1.0.5 spec/factories/tb_checkout_basic_products.rb
tb_checkout-1.0.4 spec/factories/tb_checkout_basic_products.rb
tb_checkout-1.0.3 spec/factories/tb_checkout_basic_products.rb