aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authoroctavianlarion <tavilarion90@gmail.com>2019-02-05 11:31:58 +0200
committeroctavianlarion <tavilarion90@gmail.com>2019-02-05 11:31:58 +0200
commit697e61803119a06cc481419db1f27963181e9caa (patch)
treeb222bbf9158016e366a5c38e4c9b154b7b89f33f /spec
parentc50fe2d7a9b8456d3060f9c79eddf5b7402aff82 (diff)
downloadpuppet-cron_core-697e61803119a06cc481419db1f27963181e9caa.tar.gz
puppet-cron_core-697e61803119a06cc481419db1f27963181e9caa.tar.bz2
(maint) pdksync_1.9.0-0-g7281db5
This is required to keep in line with our module release process.
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 35654b3..0d5efc0 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -32,6 +32,9 @@ RSpec.configure do |c|
# by default Puppet runs at warning level
Puppet.settings[:strict] = :warning
end
+ c.filter_run_excluding(bolt: true) unless ENV['GEM_BOLT']
+ c.after(:suite) do
+ end
end
def ensure_module_defined(module_name)