Sha256: 01bb737b0e815db31604181f04dcff8385c7f52fe18a99cce38d006ae93d7316

Contents?: true

Size: 679 Bytes

Versions: 10

Compression:

Stored size: 679 Bytes

Contents

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

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

end

# == Schema Information
#
# Table name: inter_library_loans
#
#  id                   :integer         not null, primary key
#  item_id              :integer         not null
#  borrowing_library_id :integer         not null
#  requested_at         :datetime
#  shipped_at           :datetime
#  received_at          :datetime
#  return_shipped_at    :datetime
#  return_received_at   :datetime
#  deleted_at           :datetime
#  state                :string(255)
#  created_at           :datetime
#  updated_at           :datetime
#

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
enju_inter_library_loan-0.1.0.pre4 spec/models/inter_library_loan_spec.rb
enju_inter_library_loan-0.1.0.pre3 spec/models/inter_library_loan_spec.rb
enju_inter_library_loan-0.1.0.pre2 spec/models/inter_library_loan_spec.rb
enju_inter_library_loan-0.1.0.pre spec/models/inter_library_loan_spec.rb
enju_inter_library_loan-0.0.6 spec/models/inter_library_loan_spec.rb
enju_inter_library_loan-0.0.5 spec/models/inter_library_loan_spec.rb
enju_inter_library_loan-0.0.4 spec/models/inter_library_loan_spec.rb
enju_inter_library_loan-0.0.3 spec/models/inter_library_loan_spec.rb
enju_inter_library_loan-0.0.2 spec/models/inter_library_loan_spec.rb
enju_inter_library_loan-0.0.1 spec/models/inter_library_loan_spec.rb