Top Level Namespace

Defined Under Namespace

Modules: OrientDB

Constant Summary collapse

GEM_ROOT =
File.expand_path(File.join(File.dirname(__FILE__), '..'))
SPEC_ROOT =
GEM_ROOT + '/spec'
TEMP_DIR =
File.expand_path Dir.pwd + '/tmp'
TEST_DB_PATH =
"#{TEMP_DIR}/databases/db_#{rand(999) + 1}"
DB =
OrientDB::AR::Base.connection