mirror of
https://github.com/inspec/inspec
synced 2024-12-18 00:53:22 +00:00
659b4b373a
Signed-off-by: Miah Johnson <miah@chia-pet.org>
6 lines
104 B
Ruby
6 lines
104 B
Ruby
|
|
describe gordon do
|
|
its('crime_rate') { should be < 5 }
|
|
it { should have_a_fabulous_mustache }
|
|
end
|
|
|