mirror of
https://github.com/inspec/inspec
synced 2024-12-21 02:23:13 +00:00
db8e6e7415
Signed-off-by: Ryan Davis <zenspider@chef.io>
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
|