mirror of
https://github.com/inspec/inspec
synced 2024-12-20 01:54:08 +00:00
94d80f6c8f
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
|
|
|