fuel-library/deployment/puppet/ceph/spec/spec_helper.rb
Stanislav Makar c110d0ae1a Add tests for ceph module
Related-bug: #1419884
Fuel-CI: disable
Change-Id: I17a6f026c278f73fa1dd82c49c338a29bb9c4898
2015-07-21 13:27:54 +00:00

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