Sha256: 83243d93877857e1705d7bf4064d5596b7b6d5376cde62c3a6a9b84987785b69

Contents?: true

Size: 634 Bytes

Versions: 3

Compression:

Stored size: 634 Bytes

Contents

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

one:
  id: 1
  start_date: 2008-12-12 17:00:38
  end_date: 2008-12-13 17:00:38
  note: MyText
  state: pending

two:
  id: 2
  start_date: 2008-12-12 17:00:38
  end_date: 2008-12-13 17:00:38
  note: MyText
  state: pending

# == Schema Information
#
# Table name: manifestation_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/manifestation_checkout_stats.yml
enju_leaf-1.1.0.rc14 spec/fixtures/manifestation_checkout_stats.yml
enju_leaf-1.1.0.rc13 spec/fixtures/manifestation_checkout_stats.yml