mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
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> |
||
---|---|---|
.. | ||
bundles | ||
fetchers | ||
inspec | ||
matchers | ||
resources | ||
source_readers | ||
utils | ||
inspec.rb |