inspec/lib
Steven Danna 13ebea48e1 Allow port to be specified as a string
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>
2016-08-05 14:01:08 +02:00
..
bundles update readme for bundles 2016-06-29 08:14:36 +02:00
fetchers fix compliance plugin 2016-04-29 00:39:25 +02:00
inspec Update inspec for os[:family] change in Train 2016-08-04 13:32:35 +01:00
matchers add boolean support for cmp matcher 2016-06-18 20:33:08 +02:00
resources Allow port to be specified as a string 2016-08-05 14:01:08 +02:00
source_readers migrate load-path hooking for legacy modes 2016-02-22 12:06:42 +01:00
utils move base_cli to lib/inspec 2016-07-26 20:11:25 +02:00
inspec.rb move base_cli to lib/inspec 2016-07-26 20:11:25 +02:00