Fix spec tests

This commit is contained in:
Garrett Honeycutt 2015-08-05 11:19:51 -04:00
parent 13e7433e0b
commit 2f38918b05

View File

@ -1657,7 +1657,7 @@ describe 'ssh' do
it 'should fail' do it 'should fail' do
expect { expect {
should contain_class('ssh') should contain_class('ssh')
}.to raise_error(Puppet::Error,/ssh::manage_root_ssh_config is <invalid> and must be \'true\' or \'false\'\./) }.to raise_error(Puppet::Error,/Unknown type of boolean/)
end end
end end