Created
January 1, 2019 18:28
-
-
Save eam/c052e46522d2ad10d1bec8dd054d7796 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
it 'fstab mountpoints have correct options' do | |
expect(fstab_file.lines).to be_all { |line| | |
line !~ /ext[234]/ or | |
line =~ /ext[234].*errors=panic/ | |
} | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment