Sha256: c5cee175b3ba39a92187e239168ba0846ece66f63488c8bf4918799b04e705fb

Contents?: true

Size: 630 Bytes

Versions: 11

Compression:

Stored size: 630 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

11 entries across 11 versions & 1 rubygems

Version Path
enju_circulation-0.3.8 spec/models/lending_policy_spec.rb
enju_circulation-0.3.7 spec/models/lending_policy_spec.rb
enju_circulation-0.3.6 spec/models/lending_policy_spec.rb
enju_circulation-0.3.5 spec/models/lending_policy_spec.rb
enju_circulation-0.3.4 spec/models/lending_policy_spec.rb
enju_circulation-0.3.3 spec/models/lending_policy_spec.rb
enju_circulation-0.3.2 spec/models/lending_policy_spec.rb
enju_circulation-0.3.1 spec/models/lending_policy_spec.rb
enju_circulation-0.3.0 spec/models/lending_policy_spec.rb
enju_circulation-0.3.0.rc.1 spec/models/lending_policy_spec.rb
enju_circulation-0.3.0.beta.1 spec/models/lending_policy_spec.rb