1898182c6d
* Removed some tests that no longer apply and/or are redundant * Only set OS facts when testing OS-specific behaviors. This simplifies the facts that must be set in the specs and saves running the same tests several times when the results wouldn't differ by OS anyway.
7 lines
156 B
Ruby
7 lines
156 B
Ruby
require 'puppetlabs_spec_helper/module_spec_helper'
|
|
|
|
RSpec.configure do |c|
|
|
c.default_facts = {
|
|
:concat_basedir => '/var/lib/puppet/concat',
|
|
}
|
|
end
|