Sha256: e972a9d5c1429b40b3f7e12c79324b28c9cd86371949285ae98261aac0273df5

Contents?: true

Size: 505 Bytes

Versions: 2

Compression:

Stored size: 505 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'

# TODO: put test helpers here...

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
deas-kramdown-0.1.1 test/helper.rb
deas-kramdown-0.1.0 test/helper.rb