mirror of
https://github.com/inspec/inspec
synced 2024-12-23 19:43:14 +00:00
7 lines
104 B
Ruby
7 lines
104 B
Ruby
|
|
||
|
describe gordon do
|
||
|
its('crime_rate') { should be < 5 }
|
||
|
it { should have_a_fabulous_mustache }
|
||
|
end
|
||
|
|