Sha256: 0ac073aea2cf7dacf0f0979fa987b6aa244f7a5644db442072e088bb41e1d331

Contents?: true

Size: 593 Bytes

Versions: 33

Compression:

Stored size: 593 Bytes

Contents

# -*- encoding: utf-8 -*-
require 'spec_helper'

describe CheckoutStatHasManifestation do
  #pending "add some examples to (or delete) #{__FILE__}"

end

# == Schema Information
#
# Table name: checkout_stat_has_manifestations
#
#  id                             :integer          not null, primary key
#  manifestation_checkout_stat_id :integer          not null
#  manifestation_id               :integer          not null
#  checkouts_count                :integer
#  created_at                     :datetime         not null
#  updated_at                     :datetime         not null
#

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
enju_circulation-0.1.0.pre20 spec/models/checkout_stat_has_manifestation_spec.rb
enju_circulation-0.1.0.pre19 spec/models/checkout_stat_has_manifestation_spec.rb
enju_circulation-0.1.0.pre18 spec/models/checkout_stat_has_manifestation_spec.rb
enju_circulation-0.1.0.pre17 spec/models/checkout_stat_has_manifestation_spec.rb
enju_circulation-0.1.0.pre16 spec/models/checkout_stat_has_manifestation_spec.rb
enju_circulation-0.1.0.pre15 spec/models/checkout_stat_has_manifestation_spec.rb
enju_circulation-0.1.0.pre14 spec/models/checkout_stat_has_manifestation_spec.rb
enju_circulation-0.1.0.pre13 spec/models/checkout_stat_has_manifestation_spec.rb
enju_circulation-0.1.0.pre12 spec/models/checkout_stat_has_manifestation_spec.rb
enju_circulation-0.1.0.pre11 spec/models/checkout_stat_has_manifestation_spec.rb
enju_circulation-0.1.0.pre10 spec/models/checkout_stat_has_manifestation_spec.rb
enju_circulation-0.1.0.pre9 spec/models/checkout_stat_has_manifestation_spec.rb
enju_circulation-0.1.0.pre8 spec/models/checkout_stat_has_manifestation_spec.rb