mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
2a1b1d8e88
Signed-off-by: Miah Johnson <miah@chia-pet.org>
5 lines
103 B
Ruby
5 lines
103 B
Ruby
describe gordon do
|
|
its('crime_rate') { should be < 5 }
|
|
it { should have_a_fabulous_mustache }
|
|
end
|
|
|