inspec/test/fixtures/profiles/inputs/metadata-basic/controls/metadata_controls.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

5 lines
No EOL
111 B
Ruby

control 'test_control_01' do
describe attribute('test_01') do
it { should cmp 'test_value_01' }
end
end