Sha256: d9b390126fbe276a9cc66b149e7f763b81bb95638ddadce84f1c79cc2df53a8c

Contents?: true

Size: 522 Bytes

Versions: 2

Compression:

Stored size: 522 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__))

TEST_SUPPORT_PATH = File.expand_path("../support", __FILE__)
TMP_PATH          = File.expand_path("../../tmp", __FILE__)

require "logger"
log_path = File.expand_path("../../log/test.log", __FILE__)
TEST_LOGGER = Logger.new(File.open(log_path, "w"))

# require pry for debugging (`binding.pry`)
require "pry"
require "test/support/factory"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ardb-0.29.1 test/helper.rb
ardb-0.29.0 test/helper.rb