try again, with puppetforge modules, correctly included now
[mirror/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