Skip to content

Instantly share code, notes, and snippets.

@eam
Created January 1, 2019 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eam/598497d3a688126929dbc1ba687c3b90 to your computer and use it in GitHub Desktop.
Save eam/598497d3a688126929dbc1ba687c3b90 to your computer and use it in GitHub Desktop.
expect(fstab_file.content).to satisfy('ext filesystems panic on error') { |content|
content.lines.all? { |line|
line !~ /ext[234]/ or
line =~ /ext[234].*errors=panic/
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment