spec/init: Autoload doesn't work with puppet 3.2 (boolean)

This commit is contained in:
Sebastien Badia 2014-05-01 15:05:29 +02:00
parent 77c47d2b16
commit 831ebc8c4f

View File

@ -79,9 +79,9 @@ describe 'cloud' do
{ :rhn_registration => { "username" => "rhn", "password" => "pass" } }
end
it_configures 'private cloud node'
#it_configures 'private cloud node'
it { should contain_rhn_register('rhn-redhat1') }
xit { should contain_rhn_register('rhn-redhat1') }
end
context 'on other platforms' do