inspec/test/fixtures/profiles/inputs/via-runner/controls/via-runner.rb

6 lines
140 B
Ruby
Raw Normal View History

control "test_control_01" do
describe input("test_input_01", value: "value_from_dsl") do
it { should cmp "value_from_api" }
end
end