Current Path : /opt/puppetlabs/puppet/vendor_modules/yumrepo_core/spec/ |
Current File : //opt/puppetlabs/puppet/vendor_modules/yumrepo_core/spec/spec_helper_local.rb |
dir = File.expand_path(File.dirname(__FILE__)) $LOAD_PATH.unshift File.join(dir, 'lib') # So everyone else doesn't have to include this base constant. module PuppetSpec FIXTURE_DIR = File.join(File.expand_path(File.dirname(__FILE__)), 'fixtures') unless defined?(FIXTURE_DIR) end require 'puppet_spec/compiler' require 'puppet_spec/files'