Sha256: f24241dc6bdbd00e138153395bd742b19feb8b555a5e4742261ba2641b8e26c2
Contents?: true
Size: 318 Bytes
Versions: 15
Compression:
Stored size: 318 Bytes
Contents
# this file is automatically required when you run `assert` # put any test helpers here # add the root dir to the load path $LOAD_PATH.unshift(File.expand_path("../..", __FILE__)) # require pry for debugging (`binding.pry`) require 'pry' ENV['ARDB_DB_FILE'] = 'tmp/testdb/config/db' require 'ardb' Ardb.init(false)
Version data entries
15 entries across 15 versions & 1 rubygems