Skip to content

Commit

Permalink
Merge pull request ghoneycutt#43 from ghoneycutt/rspec_puppet_v1
Browse files Browse the repository at this point in the history
Support rspec-puppet v1.0.0
  • Loading branch information
ghoneycutt committed Dec 27, 2013
2 parents 9c09855 + 2afe44f commit 2be2073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@

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
Expand Down

0 comments on commit 2be2073

Please sign in to comment.