Module: PuppetlabsSpec

Defined in:
lib/puppetlabs_spec_helper/puppetlabs_spec_helper.rb,
lib/puppetlabs_spec_helper/puppetlabs_spec/puppet_internals.rb

Overview

Define the main module namespace for use by the helper modules

Defined Under Namespace

Modules: Files, Fixtures, PuppetInternals

Constant Summary collapse

FIXTURE_DIR =

FIXTURE_DIR represents the standard locations of all fixture data. Normally this represents <project>/spec/fixtures. This will be used by the fixtures library to find relative fixture data.

File.join('spec', 'fixtures')