inspec/test/unit/mock/profiles/old-examples/custom-resource/controls/example.rb
Miah Johnson 659b4b373a Remove # encoding: utf8 magic comments
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-05-07 16:06:23 -07:00

6 lines
104 B
Ruby

describe gordon do
its('crime_rate') { should be < 5 }
it { should have_a_fabulous_mustache }
end