Sha256: ae24b1030ff1d6a6bbb42e1f01dabc5971bbeff1296b027ebb4b29ccba0c0849

Contents?: true

Size: 526 Bytes

Versions: 1

Compression:

Stored size: 526 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                    :bigint           not null, primary key
#  user_checkout_stat_id :bigint           not null
#  user_id               :bigint           not null
#  checkouts_count       :integer          default(0), not null
#  created_at            :datetime         not null
#  updated_at            :datetime         not null
#

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enju_circulation-0.4.0.rc.1 spec/models/checkout_stat_has_user_spec.rb