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 13, 2015
1 parent 7161da6 commit 044adac
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 044adac

Please sign in to comment.