fuel-library/deployment/puppet/tweaks/spec/spec_helper.rb
Alex Schultz add100a3a5 Unit tests for the tweaks class
This change implements tests for the tweaks class.

Change-Id: Ic07671eaf17bb622cd906670901787aaa8b397dd
Related-Bug: #1507751
2015-11-16 08:33:08 -06: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! }