Sha256: 27c463466f12f638ac296e01b5dd5f1985c90bcd3d1768791d6211133fdc6ecc

Contents?: true

Size: 1.17 KB

Versions: 4

Compression:

Stored size: 1.17 KB

Contents

require 'rails_helper'

describe UserGroupHasCheckoutType do
  fixtures :all

  it "should respond to update_current_checkout_count" do
    UserGroupHasCheckoutType.update_current_checkout_count.should be_truthy
  end
end

# == Schema Information
#
# Table name: user_group_has_checkout_types
#
#  id                             :integer          not null, primary key
#  user_group_id                  :integer          not null
#  checkout_type_id               :integer          not null
#  checkout_limit                 :integer          default(0), not null
#  checkout_period                :integer          default(0), not null
#  checkout_renewal_limit         :integer          default(0), not null
#  reservation_limit              :integer          default(0), not null
#  reservation_expired_period     :integer          default(7), not null
#  set_due_date_after_closing_day :boolean          default(FALSE), not null
#  fixed_due_date                 :datetime
#  note                           :text
#  position                       :integer
#  created_at                     :datetime
#  updated_at                     :datetime
#  current_checkout_count         :integer
#

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
enju_circulation-0.4.0.beta.4 spec/models/user_group_has_checkout_type_spec.rb
enju_circulation-0.4.0.beta.3 spec/models/user_group_has_checkout_type_spec.rb
enju_circulation-0.4.0.beta.2 spec/models/user_group_has_checkout_type_spec.rb
enju_circulation-0.4.0.beta.1 spec/models/user_group_has_checkout_type_spec.rb