inspec/examples/custom-resource/controls/example.rb
Jared Quick 06e1aa5379 Allow custom resources to access all other resources (#3108)
Signed-off-by: Jared Quick <jquick@chef.io>
2018-06-06 11:56:51 -04:00

7 lines
122 B
Ruby

# encoding: utf-8
describe gordon do
its('crime_rate') { should be < 5 }
it { should have_a_fabulous_mustache }
end