Skip to content

Instantly share code, notes, and snippets.

@eam
Created January 1, 2019 18:28
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