mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
13ebea48e1
This allows the user to write: describe port(22) do it { should be_listening } end as well as describe port('22') do it { should be_listening } end without hitting an error. Fixes #867 Signed-off-by: Steven Danna <steve@chef.io> |
||
---|---|---|
.. | ||
cookbooks/os_prepare | ||
functional | ||
integration/default | ||
resource | ||
unit | ||
docker_run.rb | ||
docker_test.rb | ||
helper.rb | ||
test-extra.yaml | ||
test.yaml |