mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
06e1aa5379
Signed-off-by: Jared Quick <jquick@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
|
|
|