Project

General

Profile

« Previous | Next » 

Revision 7a6b01bb

Added by Michael Moll about 8 years ago

refactor tests as facterdb gained Windows facts

Closes GH-379

View differences:

spec/classes/puppet_server_service_spec.rb
on_supported_os.each do |os, os_facts|
next if only_test_os() and not only_test_os.include?(os)
next if exclude_test_os() and exclude_test_os.include?(os)
next if os_facts[:osfamily] == 'windows'
context "on #{os}" do
let (:default_facts) do
os_facts.merge({

Also available in: Unified diff