Merge pull request #43 from ghoneycutt/rspec_puppet_v1

Support rspec-puppet v1.0.0
This commit is contained in:
Garrett Honeycutt 2013-12-27 14:57:11 -08:00
commit 2be20733d8

View File

@ -532,7 +532,7 @@ describe 'ssh' do
it 'should fail' do
expect {
should include_class('ssh')
should contain_class('ssh')
}.to raise_error(Puppet::Error,/ssh_config_hash_known_hosts may be either \'yes\' or \'no\' and is set to <invalid>./)
end
end