Sha256: 55d94a5502932e74c83a9bcbc7b016d0e75ca12ad56b0ce9fa7b84f2a50d46a8
Contents?: true
Size: 225 Bytes
Versions: 8
Compression:
Stored size: 225 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe Neo4jr::Direction do it 'can convert from string to type' do Neo4jr::Direction.from_string('both').should == Neo4jr::Direction::BOTH end end
Version data entries
8 entries across 8 versions & 1 rubygems