Sha256: 2f7703af0693aee714051d10882a27010515d60901be69da5a1d4fa2d2614652

Contents?: true

Size: 644 Bytes

Versions: 3

Compression:

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_inter_library_loan-0.1.1 spec/models/inter_library_loan_spec.rb
enju_inter_library_loan-0.1.0 spec/models/inter_library_loan_spec.rb
enju_inter_library_loan-0.1.0.pre12 spec/models/inter_library_loan_spec.rb