mirror of
https://github.com/inspec/inspec
synced 2024-12-21 18:43:13 +00:00
6 lines
140 B
Ruby
6 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
|