c110d0ae1a
Related-bug: #1419884 Fuel-CI: disable Change-Id: I17a6f026c278f73fa1dd82c49c338a29bb9c4898
10 lines
280 B
Ruby
10 lines
280 B
Ruby
require 'rubygems'
|
|
require 'puppetlabs_spec_helper/module_spec_helper'
|
|
|
|
fixture_path = File.expand_path(File.join(__FILE__, '..', 'fixtures'))
|
|
|
|
RSpec.configure do |c|
|
|
c.module_path = File.join(fixture_path, 'modules')
|
|
c.manifest_dir = File.join(fixture_path, 'manifests')
|
|
end
|