Project

General

Profile

« Previous | Next » 

Revision c9b91882

Added by Ewoud Kohl van Wijngaarden over 7 years ago

Use on_supported_os in specs

This allows us to benefit from ONLY_OS as used in the travis config.

View differences:

spec/classes/katello_config_spec.rb
require 'spec_helper'
describe 'katello::config' do
on_supported_os.each do |os, facts|
on_os_under_test.each do |os, facts|
let(:facts) { facts }
context 'default config settings' do

Also available in: Unified diff