Sha256: ba40700b9a9a3a4fec80a809f27fdd4b741c8df154a94bf429a4014ec58c80e8

Contents?: true

Size: 419 Bytes

Versions: 1

Compression:

Stored size: 419 Bytes

Contents

# -*- encoding: utf-8 -*-
require 'spec_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         not null
#  updated_at :datetime         not null
#

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre43 spec/models/own_spec.rb