diff --git a/test/integration/default/serverspec/holland_install_spec.rb b/test/integration/default/serverspec/holland_install_spec.rb index 0fc60ec..fc1fdfd 100644 --- a/test/integration/default/serverspec/holland_install_spec.rb +++ b/test/integration/default/serverspec/holland_install_spec.rb @@ -17,7 +17,6 @@ it { should be_file } it { should be_owned_by 'root' } it { should be_grouped_into 'root' } - it { should be_mode 644 } its(:content) { should match %r{backup_directory = \/var\/spool\/holland} } end