]> git.donarmstrong.com Git - dsa-puppet.git/blob - 3rdparty/modules/sysctl/spec/spec_helper.rb
4267a3c812863cf74575bb97f66ac5f493d694b3
[dsa-puppet.git] / 3rdparty / modules / sysctl / spec / spec_helper.rb
1 require 'rspec-puppet'
2
3 fixture_path = File.expand_path(File.join(__FILE__, '..', 'fixtures'))
4
5 RSpec.configure do |c|
6   c.module_path = File.join(fixture_path, 'modules')
7   c.manifest_dir = File.join(fixture_path, 'manifests')
8   c.environmentpath = File.join(Dir.pwd, 'spec')
9   c.alias_it_should_behave_like_to(:it_configures, 'configures')
10 end