Sha256: 6d1a9f328f6b3a8585442414a2861c127ee1f63e710273c31453140889916db0

Contents?: true

Size: 689 Bytes

Versions: 13

Compression:

Stored size: 689 Bytes

Contents

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

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

end

# == Schema Information
#
# Table name: lending_policies
#
#  id             :integer          not null, primary key
#  item_id        :integer          not null
#  user_group_id  :integer          not null
#  loan_period    :integer          default(0), not null
#  fixed_due_date :datetime
#  renewal        :integer          default(0), not null
#  fine           :integer          default(0), not null
#  note           :text
#  position       :integer
#  created_at     :datetime         not null
#  updated_at     :datetime         not null
#

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
enju_circulation-0.1.0.pre40 spec/models/lending_policy_spec.rb
enju_circulation-0.1.0.pre39 spec/models/lending_policy_spec.rb
enju_circulation-0.1.0.pre38 spec/models/lending_policy_spec.rb
enju_circulation-0.1.0.pre37 spec/models/lending_policy_spec.rb
enju_circulation-0.1.0.pre36 spec/models/lending_policy_spec.rb
enju_circulation-0.1.0.pre35 spec/models/lending_policy_spec.rb
enju_circulation-0.1.0.pre34 spec/models/lending_policy_spec.rb
enju_circulation-0.1.0.pre33 spec/models/lending_policy_spec.rb
enju_circulation-0.1.0.pre32 spec/models/lending_policy_spec.rb
enju_circulation-0.1.0.pre31 spec/models/lending_policy_spec.rb
enju_circulation-0.1.0.pre30 spec/models/lending_policy_spec.rb
enju_circulation-0.1.0.pre29 spec/models/lending_policy_spec.rb
enju_circulation-0.1.0.pre28 spec/models/lending_policy_spec.rb