tap/test/fixtures/products.yml

43 lines
982 B
YAML
Raw Normal View History

# == Schema Information
#
# Table name: products
#
# id :integer not null, primary key
2015-02-09 17:06:24 +01:00
# name :string(255) not null
# price_cents :integer default(0), not null
# category :integer default(0)
# stock :integer default(0), not null
# avatar_file_name :string(255)
# avatar_content_type :string(255)
# avatar_file_size :integer
# avatar_updated_at :datetime
2015-02-09 17:06:24 +01:00
# created_at :datetime
# updated_at :datetime
#
2014-11-24 21:45:32 +01:00
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2015-03-03 15:56:23 +01:00
fanta:
2015-03-09 13:17:41 +01:00
id: 1
name: 'Fanta'
2015-03-03 15:56:23 +01:00
price_cents: 60
2015-03-09 13:17:41 +01:00
stock: 100
2014-11-24 21:45:32 +01:00
2015-03-03 15:56:23 +01:00
cola:
2015-03-09 13:17:41 +01:00
id: 2
name: 'Cola'
2015-03-03 15:56:23 +01:00
price_cents: 60
2015-03-09 13:17:41 +01:00
stock: 0
2015-03-03 15:56:23 +01:00
mate:
2015-03-09 13:17:41 +01:00
id: 3
name: 'Club Mate'
2015-03-03 15:56:23 +01:00
price_cents: 120
2015-03-09 13:17:41 +01:00
stock: 100
2015-03-03 15:56:23 +01:00
bueno:
2015-03-09 13:17:41 +01:00
id: 4
name: 'Kinder Bueno'
stock: 50
2015-03-03 15:56:23 +01:00
price_cents: 120