Sha256: 692695160150a8c5c026d218f3bc32e54de612ee811edf7aae4caf92e91c58ef

Contents?: true

Size: 361 Bytes

Versions: 27

Compression:

Stored size: 361 Bytes

Contents

require 'rails_helper'

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

end

# == Schema Information
#
# Table name: owns
#
#  id         :integer          not null, primary key
#  agent_id   :integer          not null
#  item_id    :integer          not null
#  position   :integer
#  created_at :datetime
#  updated_at :datetime
#

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
enju_biblio-0.3.4 spec/models/own_spec.rb
enju_biblio-0.3.3 spec/models/own_spec.rb
enju_biblio-0.3.2 spec/models/own_spec.rb
enju_biblio-0.3.1 spec/models/own_spec.rb
enju_biblio-0.3.0 spec/models/own_spec.rb
enju_biblio-0.3.0.rc.1 spec/models/own_spec.rb
enju_biblio-0.3.0.beta.2 spec/models/own_spec.rb