spec/spec_helper.rb in neo4jr-simple-0.1.3 vs spec/spec_helper.rb in neo4jr-simple-0.1.5
- old
+ new
@@ -1,12 +1,12 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
+
require 'neo4jr-simple'
require 'spec'
require 'spec/autorun'
Neo4jr::Configuration.database_path = File.join(File.expand_path(File.dirname(__FILE__)), 'test-imdb-database')
-puts Neo4jr::DB
Spec::Runner.configure do |config|
end
\ No newline at end of file