mirror of
https://github.com/inspec/inspec
synced 2024-12-21 10:33:23 +00:00
cc4aa16212
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
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
|