Sha256: d7f30ab15e3552faf3dea7465889fadac8020bb3b026cc1ba6bdef752f41e6f7

Contents?: true

Size: 654 Bytes

Versions: 14

Compression:

Stored size: 654 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
#  updated_at     :datetime
#

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
enju_circulation-0.2.0.beta.2 spec/models/lending_policy_spec.rb
enju_circulation-0.2.0.beta.1 spec/models/lending_policy_spec.rb
enju_circulation-0.1.2 spec/models/lending_policy_spec.rb
enju_circulation-0.1.1 spec/models/lending_policy_spec.rb
enju_circulation-0.1.0 spec/models/lending_policy_spec.rb
enju_circulation-0.1.0.pre49 spec/models/lending_policy_spec.rb
enju_circulation-0.1.0.pre48 spec/models/lending_policy_spec.rb
enju_circulation-0.1.0.pre47 spec/models/lending_policy_spec.rb
enju_circulation-0.1.0.pre46 spec/models/lending_policy_spec.rb
enju_circulation-0.1.0.pre45 spec/models/lending_policy_spec.rb
enju_circulation-0.1.0.pre44 spec/models/lending_policy_spec.rb
enju_circulation-0.1.0.pre43 spec/models/lending_policy_spec.rb
enju_circulation-0.1.0.pre42 spec/models/lending_policy_spec.rb
enju_circulation-0.1.0.pre41 spec/models/lending_policy_spec.rb