Project

General

Profile

« Previous | Next » 

Revision 845be34f

Added by Ewoud Kohl van Wijngaarden almost 9 years ago

Rewrite specs to use rspec-puppet-facts

View differences:

spec/classes/foreman_proxy__plugin__pulp_spec.rb
describe 'foreman_proxy::plugin::pulp' do
let :facts do {
:osfamily => 'RedHat',
:operatingsystem => 'CentOS',
:operatingsystemrelease => '6.5',
:fqdn => 'my.host.example.com',
} end
let :facts do
on_supported_os['redhat-6-x86_64']
end
describe 'with default settings' do
let :pre_condition do

Also available in: Unified diff