inspec/test/fixtures/profiles/old-examples/custom-resource/controls/example.rb
Ryan Davis db8e6e7415 Moved test/unit/mock/* to test/fixtures
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-11-08 16:29:03 -08:00

4 lines
103 B
Ruby

describe example do
its('crime_rate') { should be < 2 }
it { should have_a_fabulous_mustache }
end