From 2f38918b059a13e0fd59c9536e382905d4656dae Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Wed, 5 Aug 2015 11:19:51 -0400 Subject: [PATCH] Fix spec tests --- spec/classes/init_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/classes/init_spec.rb b/spec/classes/init_spec.rb index e1d22a4..1b94f3a 100644 --- a/spec/classes/init_spec.rb +++ b/spec/classes/init_spec.rb @@ -1657,7 +1657,7 @@ describe 'ssh' do it 'should fail' do expect { should contain_class('ssh') - }.to raise_error(Puppet::Error,/ssh::manage_root_ssh_config is and must be \'true\' or \'false\'\./) + }.to raise_error(Puppet::Error,/Unknown type of boolean/) end end