Sha256: 25cab76b1f8684b84f33a772697aadcbcf2b6d9642ac367a1a2b36bd5a7bb419

Contents?: true

Size: 494 Bytes

Versions: 3

Compression:

Stored size: 494 Bytes

Contents

require 'rails_helper'

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

end

# == Schema Information
#
# Table name: checkout_stat_has_users
#
#  id                    :integer          not null, primary key
#  user_checkout_stat_id :integer          not null
#  user_id               :integer          not null
#  checkouts_count       :integer          default("0"), not null
#  created_at            :datetime
#  updated_at            :datetime
#

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_circulation-0.3.11 spec/models/checkout_stat_has_user_spec.rb
enju_circulation-0.3.10 spec/models/checkout_stat_has_user_spec.rb
enju_circulation-0.3.9 spec/models/checkout_stat_has_user_spec.rb