inspec/test/unit/mock/profiles/custom-resource/controls/example.rb
devoptimist 94d80f6c8f Decoupling test profiles from example profiles
Signed-off-by: devoptimist <sbrown@chef.io>
2019-03-14 00:32:13 +00: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