Sha256: 62059a10cb8c9e4a966e17ce7937f3af2a94af52e333d70a1ed25c57b86e4427

Contents?: true

Size: 416 Bytes

Versions: 1

Compression:

Stored size: 416 Bytes

Contents

# this file is automatically required when you run `assert`
# put any test helpers here

# add the root dir to the load path
require 'pathname'
ROOT_PATH = Pathname.new(File.expand_path('../..', __FILE__))
$LOAD_PATH.unshift(ROOT_PATH.to_s)
TMP_PATH = ROOT_PATH.join('tmp')
TEST_SUPPORT_PATH = ROOT_PATH.join('test/support')

# require pry for debugging (`binding.pry`)
require 'pry'

require 'test/support/factory'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ggem-1.8.0 test/helper.rb