mirror of
https://github.com/inspec/inspec
synced 2025-03-02 14:27:12 +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> |
||
---|---|---|
.. | ||
fetchers | ||
mock | ||
plugins | ||
resources | ||
source_readers | ||
utils | ||
control_test.rb | ||
fetchers_test.rb | ||
metadata_test.rb | ||
objects_test.rb | ||
plugin_test.rb | ||
profile_context_test.rb | ||
profile_test.rb | ||
source_reader_test.rb |