mirror of
https://github.com/inspec/inspec
synced 2024-12-18 17:14:33 +00:00
2d49f39adc
Signed-off-by: devoptimist <sbrown@chef.io>
7 lines
122 B
Ruby
7 lines
122 B
Ruby
# encoding: utf-8
|
|
|
|
describe gordon do
|
|
its('crime_rate') { should be < 5 }
|
|
it { should have_a_fabulous_mustache }
|
|
end
|
|
|