Sha256: 3a28b090755ec1c2faff41fc2ae359a51a2a2be5543d15bac7e61b7fe1869ffe

Contents?: true

Size: 625 Bytes

Versions: 3

Compression:

Stored size: 625 Bytes

Contents

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

one:
  id: 1
  start_date: 2008-12-15 18:43:02
  end_date: 2008-12-16 18:43:02
  note: MyText
  state: pending

two:
  id: 2
  start_date: 2008-12-15 18:43:02
  end_date: 2008-12-16 18:43:02
  note: MyText
  state: pending

# == Schema Information
#
# Table name: user_checkout_stats
#
#  id           :integer          not null, primary key
#  start_date   :datetime
#  end_date     :datetime
#  note         :text
#  state        :string(255)
#  created_at   :datetime
#  updated_at   :datetime
#  started_at   :datetime
#  completed_at :datetime
#

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_leaf-1.1.0.rc15 spec/fixtures/user_checkout_stats.yml
enju_leaf-1.1.0.rc14 spec/fixtures/user_checkout_stats.yml
enju_leaf-1.1.0.rc13 spec/fixtures/user_checkout_stats.yml