mirror of
https://github.com/inspec/inspec
synced 2024-12-21 10:33:23 +00:00
db8e6e7415
Signed-off-by: Ryan Davis <zenspider@chef.io>
5 lines
140 B
Ruby
5 lines
140 B
Ruby
control "test_control_01" do
|
|
describe input("test_input_01", value: "value_from_dsl") do
|
|
it { should cmp "value_from_api" }
|
|
end
|
|
end
|