Sha256: f53c0acc2a0cf34e01236641506f386745b444835672c3d3cceaad3bd8be87a7

Contents?: true

Size: 395 Bytes

Versions: 5

Compression:

Stored size: 395 Bytes

Contents

require 'rails_helper'

RSpec.describe Retain, type: :model do
  pending "add some examples to (or delete) #{__FILE__}"
end

# == Schema Information
#
# Table name: retains
#
#  id         :bigint           not null, primary key
#  reserve_id :bigint           not null
#  item_id    :bigint           not null
#  created_at :datetime         not null
#  updated_at :datetime         not null
#

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
enju_circulation-0.4.0.rc.1 spec/models/retain_spec.rb
enju_circulation-0.4.0.beta.4 spec/models/retain_spec.rb
enju_circulation-0.4.0.beta.3 spec/models/retain_spec.rb
enju_circulation-0.4.0.beta.2 spec/models/retain_spec.rb
enju_circulation-0.4.0.beta.1 spec/models/retain_spec.rb