Sha256: c28dc96e38ce86dcd2a6011e02b39f675bda32f7a83ff94f45a37e6318ae20c7

Contents?: true

Size: 514 Bytes

Versions: 9

Compression:

Stored size: 514 Bytes

Contents

# -*- encoding: utf-8 -*-
require 'rails_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
#  updated_at                 :datetime
#  position                   :integer
#

Version data entries

9 entries across 8 versions & 2 rubygems

Version Path
enju_biblio-0.2.5 spec/models/agent_relationship_spec.rb
enju_biblio-0.2.4 spec/models/agent_relationship_spec.rb
enju_biblio-0.2.3 spec/models/agent_relationship_spec.rb
enju_biblio-0.2.2 spec/models/agent_relationship_spec.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_biblio-0.2.1/spec/models/agent_relationship_spec.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_biblio-0.2.0/spec/models/agent_relationship_spec.rb
enju_biblio-0.2.1 spec/models/agent_relationship_spec.rb
enju_biblio-0.2.0 spec/models/agent_relationship_spec.rb
enju_biblio-0.2.0.beta.4 spec/models/agent_relationship_spec.rb