Skip to content

Commit

Permalink
remove the permissions test
Browse files Browse the repository at this point in the history
centos and ubuntu have different default permissions for this file, so
they won't match unless we modify the default configuration.
  • Loading branch information
marcoamorales committed May 14, 2015
1 parent 8d62560 commit 6157ff7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6157ff7

Please sign in to comment.