try again, with puppetforge modules, correctly included now
[mirror/dsa-puppet.git] / 3rdparty / modules / neutron / spec / spec_helper.rb
1 require 'puppetlabs_spec_helper/module_spec_helper'
2 require 'shared_examples'
3 require 'webmock/rspec'
4 require 'json'
5
6 fixture_path = File.expand_path(File.join(__FILE__, '..', 'fixtures'))
7
8 RSpec.configure do |c|
9     c.alias_it_should_behave_like_to :it_configures, 'configures'
10     c.alias_it_should_behave_like_to :it_raises, 'raises'
11     c.module_path = File.join(fixture_path, 'modules')
12     c.manifest_dir = File.join(fixture_path, 'manifests')
13 end