fuel-library/deployment/puppet/cluster/spec/spec_helper.rb
Alex Schultz 461ed3c7a6 Initial unit tests for cluster module
This change includes an initial set of unit tests for the cluster puppet
module.

Change-Id: Ie151ee13006ba1ea6591d95cb5bae3147086bdb8
Related-Bug: #1507751
2015-10-22 12:31:23 -05:00

10 lines
271 B
Ruby

require 'puppetlabs_spec_helper/module_spec_helper'
require 'shared_examples'
RSpec.configure do |c|
c.alias_it_should_behave_like_to :it_configures, 'configures'
c.alias_it_should_behave_like_to :it_raises, 'raises'
end
at_exit { RSpec::Puppet::Coverage.report! }