Skip to content

Instantly share code, notes, and snippets.

@aaron-lane
Created April 21, 2015 21:01
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 aaron-lane/35f02198c5623e61c296 to your computer and use it in GitHub Desktop.
Save aaron-lane/35f02198c5623e61c296 to your computer and use it in GitHub Desktop.
Control format
control '2.1 Create Separate Partition for /tmp' do
describe command 'grep "[[:space:]]/tmp[[:space:]]" /etc/fstab' do
its(:stdout) { is_expected.to_not be_empty }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment