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

Version Path
ardb-0.20.0 test/helper.rb
ardb-0.19.0 test/helper.rb
ardb-0.18.0 test/helper.rb
ardb-0.17.0 test/helper.rb
ardb-0.16.0 test/helper.rb
ardb-0.15.0 test/helper.rb
ardb-0.14.0 test/helper.rb
ardb-0.13.0 test/helper.rb
ardb-0.12.0 test/helper.rb
ardb-0.11.0 test/helper.rb
ardb-0.10.0 test/helper.rb
ardb-0.9.0 test/helper.rb
ardb-0.8.0 test/helper.rb
ardb-0.7.0 test/helper.rb
ardb-0.6.0 test/helper.rb