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