Sha256: 14f105354641e45708e15c56b9f3605bee74413248d6f0f66e14d116d82549b7

Contents?: true

Size: 348 Bytes

Versions: 5

Compression:

Stored size: 348 Bytes

Contents

require "spec_helper"

describe Architect4r::Model::LinksQueryInterface do
  
  before(:all) { @node = Person.create(:name => 'Neo') }
  after(:all) { @node.destroy }
  
  subject { Architect4r::Model::LinksQueryInterface.new(@node) }
  
  it { should respond_to :incoming }
  it { should respond_to :outgoing }
  it { should respond_to :both }
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
architect4r-0.4.3.1 spec/model/links_query_interface_spec.rb
architect4r-0.4.3 spec/model/links_query_interface_spec.rb
architect4r-0.4.2 spec/model/links_query_interface_spec.rb
architect4r-0.4.1 spec/model/links_query_interface_spec.rb
architect4r-0.4 spec/model/links_query_interface_spec.rb