(MAINT) declare an exclusion filter for the tests using with_env on facter 1.6

The with_env function is not available in facter 1.6 and OpenBSD is not
supported.
This commit is contained in:
David Schmitt
2015-10-01 19:08:42 +01:00
parent 913a810bfd
commit 3645364e5b
2 changed files with 7 additions and 2 deletions

View File

@@ -1 +1,6 @@
require 'puppetlabs_spec_helper/module_spec_helper'
RSpec.configure do |c|
# declare an exclusion filter for the tests using with_env on facter 1.6, as the function is not available on 1.6
c.filter_run_excluding :with_env => true if Facter.version =~ /^1\.6\./
end