mirror of
https://github.com/inspec/inspec
synced 2024-12-25 04:23:15 +00:00
8 lines
183 B
Ruby
8 lines
183 B
Ruby
|
# copyright: 2021, Chef Software, Inc.
|
||
|
title "Testing :pattern flag"
|
||
|
|
||
|
control "pattern_flag_checking_odd_num" do
|
||
|
describe input("input_value_01") do
|
||
|
it { should eq 5 }
|
||
|
end
|
||
|
end
|