Sha256: ba88112e6d1b8e661609fc4c6f40dda75eeeca3a677a3cdd0184497566d2f1c3

Contents?: true

Size: 821 Bytes

Versions: 5

Compression:

Stored size: 821 Bytes

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html

order_list_00001:
  id: 1
  bookstore_id: 1
  user_id: 1
  title: MyText
  note: MyText
  state: pending
order_list_00002:
  id: 2
  bookstore_id: 2
  user_id: 1
  title: MyText
  note: MyText
  state: pending
order_list_00003:
  id: 3
  bookstore_id: 3
  user_id: 2
  title: MyText
  note: MyText
  state: pending

# == Schema Information
#
# Table name: order_lists
#
#  id           :integer          not null, primary key
#  user_id      :integer          not null
#  bookstore_id :integer          not null
#  title        :text             not null
#  note         :text
#  ordered_at   :datetime
#  deleted_at   :datetime
#  state        :string(255)
#  created_at   :datetime         not null
#  updated_at   :datetime         not null
#

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
enju_purchase_request-0.1.0.pre9 spec/fixtures/order_lists.yml
enju_purchase_request-0.1.0.pre8 spec/fixtures/order_lists.yml
enju_purchase_request-0.1.0.pre7 spec/fixtures/order_lists.yml
enju_purchase_request-0.1.0.pre6 spec/fixtures/order_lists.yml
enju_purchase_request-0.1.0.pre5 spec/fixtures/order_lists.yml