From e91a36ae314a8d8e7e09b68a2ae4470950016f08 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Thu, 22 May 2014 14:46:00 -0400 Subject: [PATCH] remove trailing whitespace --- spec/classes/init_spec.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/classes/init_spec.rb b/spec/classes/init_spec.rb index 0a9dcb4..27ab184 100644 --- a/spec/classes/init_spec.rb +++ b/spec/classes/init_spec.rb @@ -1006,7 +1006,7 @@ describe 'ssh' do }.to raise_error(Puppet::Error,/^ssh::sshd_use_pam may be either \'yes\' or \'no\' and is set to \./) end end - + context 'with sshd_config_serverkeybits set to invalid value on valid osfamily' do let :facts do { @@ -1025,7 +1025,7 @@ describe 'ssh' do }.to raise_error(Puppet::Error,/^ssh::sshd_config_serverkeybits must be an integer and is set to \./) end end - + context 'with sshd_client_alive_interval set to invalid value on valid osfamily' do let :facts do { @@ -1095,7 +1095,7 @@ describe 'ssh' do }.to raise_error(Puppet::Error,/is not a string/) end end - + context 'with sshd_config_strictmodes set to invalid value on valid osfamily' do let :facts do { @@ -1114,7 +1114,7 @@ describe 'ssh' do }.to raise_error(Puppet::Error,/^ssh::sshd_config_strictmodes may be either \'yes\' or \'no\' and is set to \./) end end - + context 'with sshd_banner_content set and with default value on sshd_config_banner on valid osfamily' do let(:params) { { :sshd_banner_content => 'textinbanner' } } let :facts do