fuel-library/deployment/puppet/sahara_templates/spec/spec_helper.rb
Denis Egorenko 6d16219544 Move sahara templates to stand alone module
Move sahara templates creation to stand alone module
sahara_templates due to syncing sahara module from upstream,
which is not contain such actions.

Partial implements: blueprint upgrade-openstack-puppet-modules

Change-Id: Ibbab5aa28c60a1dede59e5d577007d316bf44bd8
2015-06-16 19:50:35 +03:00

7 lines
112 B
Ruby

require 'puppetlabs_spec_helper/module_spec_helper'
RSpec.configure do |config|
config.mock_with :rspec
end