Paste number 319406: | test kitchen example |
Pasted by: | davexunit |
When: | 6 years, 1 month ago |
Share: | Tweet this! | http://paste.lisp.org/+6UGE |
Channel: | None |
Paste contents: |
describe service('mysql') do it { should be_enabled } it { should be_running } end describe port('3306') do it { should be_listening } describe command('mysql --version') do its(:stdout) { should match /10\.1\.14/ } end
This paste has no annotations.