Sha256: 3e067511b5d8d3601f411adde0b8b6b222c2052f5ed79b960f7e9736e49ee004

Contents?: true

Size: 629 Bytes

Versions: 8

Compression:

Stored size: 629 Bytes

Contents

require 'rails_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
#  updated_at     :datetime
#

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
enju_circulation-0.2.5 spec/models/lending_policy_spec.rb
enju_circulation-0.2.4 spec/models/lending_policy_spec.rb
enju_circulation-0.2.3 spec/models/lending_policy_spec.rb
enju_circulation-0.2.2 spec/models/lending_policy_spec.rb
enju_circulation-0.2.1 spec/models/lending_policy_spec.rb
enju_circulation-0.2.0 spec/models/lending_policy_spec.rb
enju_circulation-0.2.0.beta.4 spec/models/lending_policy_spec.rb
enju_circulation-0.2.0.beta.3 spec/models/lending_policy_spec.rb