Sha256: 5fd1ec989aa6d2b50c76c4f93bf481f7ec2acb70e10548b6167052f4e7a24a09
Contents?: true
Size: 471 Bytes
Versions: 7
Compression:
Stored size: 471 Bytes
Contents
# this file is automatically required when you run `assert` # put any test helpers here require 'pathname' # add the root dir to the load path ROOT = Pathname.new(File.expand_path("../..", __FILE__)) $LOAD_PATH.unshift(ROOT.to_s) TEST_SUPPORT_PATH = ROOT.join('test/support') TEMPLATE_ROOT = TEST_SUPPORT_PATH.join('templates') TEMPLATE_CACHE_ROOT = ROOT.join('tmp/templates') # require pry for debugging (`binding.pry`) require 'pry' require 'test/support/factory'
Version data entries
7 entries across 7 versions & 1 rubygems