Module: Docxtor2::Known::Path

Defined in:
lib/docxtor2/known/path.rb

Constant Summary collapse

ROOT =
File.expand_path('../../../..', __FILE__)
TESTS =
File.join(ROOT, 'spec/docxtor2')
SUPPORT =
File.join(TESTS, 'support')
TEMPLATES =
File.join(ROOT, 'templates')
TMP =
File.join(TESTS, 'tmp')