Skip to content

Instantly share code, notes, and snippets.

@grv87
Created March 20, 2017 17:44
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 grv87/afcbd158686c81893a3ea0731248cab2 to your computer and use it in GitHub Desktop.
Save grv87/afcbd158686c81893a3ea0731248cab2 to your computer and use it in GitHub Desktop.
Test command('diff') resource
control 'commands' do
impact 1.0
describe command('diff') do
it { should exist }
end
describe command('diff --version') do
its('stdout') { should match /^diff \(GNU diffutils\)/ }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment