From 5e4aa75d208e998f04da9fcc5210addebbad5e2e Mon Sep 17 00:00:00 2001 From: Nan Liu Date: Mon, 20 Aug 2012 10:22:04 -0700 Subject: Whitespace changes in rspec file. --- spec/classes/tftp_spec.rb | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/spec/classes/tftp_spec.rb b/spec/classes/tftp_spec.rb index 948f86d..12fefa9 100644 --- a/spec/classes/tftp_spec.rb +++ b/spec/classes/tftp_spec.rb @@ -10,10 +10,10 @@ describe 'tftp', :type => :class do should contain_file('/etc/default/tftpd-hpa') should contain_package('tftpd-hpa') should contain_service('tftpd-hpa').with({ - 'ensure' => 'running', - 'enable' => true, - 'hasstatus' => false, - 'provider' => nil, + 'ensure' => 'running', + 'enable' => true, + 'hasstatus' => false, + 'provider' => nil, }) } end @@ -28,9 +28,9 @@ describe 'tftp', :type => :class do should contain_file('/etc/default/tftpd-hpa') should contain_service('tftpd-hpa').with({ 'ensure' => 'running', - 'enable' => true, - 'hasstatus' => true, - 'provider' => 'upstart', + 'enable' => true, + 'hasstatus' => true, + 'provider' => 'upstart', }) } end @@ -45,11 +45,11 @@ describe 'tftp', :type => :class do }) should contain_service('tftpd-hpa').with({ - 'ensure' => 'running', - 'enable' => 'true', - 'hasstatus' => false, - 'provider' => 'base', - 'start' => '/usr/sbin/in.tftpd -l -a 0.0.0.0:69 -u nobody --secure /var/lib/tftpboot', + 'ensure' => 'running', + 'enable' => 'true', + 'hasstatus' => false, + 'provider' => 'base', + 'start' => '/usr/sbin/in.tftpd -l -a 0.0.0.0:69 -u nobody --secure /var/lib/tftpboot', }) } end -- cgit v1.2.3