require 'puppetlabs_spec_helper/module_spec_helper' require 'rspec-puppet-utils' # Uncomment this to show coverage report, also useful for debugging #at_exit { RSpec::Puppet::Coverage.report! } RSpec.configure do |c| c.formatter = 'documentation' config.mock_with :rspec end