Sha256: 8fdb9fa98334317f4159b92828120fa04418b682e9c5c6b7ddae81215031862e

Contents?: true

Size: 554 Bytes

Versions: 1

Compression:

Stored size: 554 Bytes

Contents

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

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

end

# == Schema Information
#
# Table name: agent_relationships
#
#  id                          :integer          not null, primary key
#  parent_id                   :integer
#  child_id                    :integer
#  agent_relationship_type_id :integer
#  created_at                  :datetime         not null
#  updated_at                  :datetime         not null
#  position                    :integer
#

Version data entries

1 entries across 1 versions & 1 rubygems

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