Project

General

Profile

« Previous | Next » 

Revision 71f06027

Added by Michael Moll about 8 years ago

use helpers to restrict test OSes

View differences:

spec/classes/foreman_proxy__proxydhcp__spec.rb
describe 'foreman_proxy::proxydhcp' do
on_supported_os.each do |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)
context "on #{os}" do
let :default_facts do

Also available in: Unified diff