Newer
Older
puppet-interfaces / spec / spec_helper.rb
  1. require 'rspec-puppet'
  2.  
  3. RSpec.configure do |c|
  4. c.module_path = File.expand_path(File.join(__FILE__, '..', 'fixtures', 'modules'))
  5. c.manifest_dir = File.expand_path(File.join(__FILE__, '..', 'fixtures', 'manifests'))
  6. end