Module: Neo4j::RSpec::Compat

Defined in:
lib/neo4j/rspec/compat.rb

Defined Under Namespace

Classes: Neo4jrb6, Neo4jrb7

Class Method Summary collapse

Class Method Details

.currentObject



5
6
7
8
9
10
# File 'lib/neo4j/rspec/compat.rb', line 5

def current
  case Neo4j::VERSION
  when /^6/ then Neo4jrb6.new
  when /^7/ then Neo4jrb7.new
  end
end