Created
March 20, 2017 17:44
-
-
Save grv87/afcbd158686c81893a3ea0731248cab2 to your computer and use it in GitHub Desktop.
Test command('diff') resource
This file contains hidden or 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
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