inspec/test
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
..
cookbooks/os_prepare update kitchen container, activate all in travis 2016-08-05 10:52:03 +02:00
functional api: report source location with field identifiers 2016-06-28 12:03:20 +02:00
integration/default update kitchen container, activate all in travis 2016-08-05 10:52:03 +02:00
resource Use either /dev/kcore or /dev/core in tests 2016-08-02 14:14:49 +02:00
unit Allow port to be specified as a string 2016-08-05 14:01:08 +02:00
docker_run.rb bugfix: clean up failed dockerized tests 2016-01-19 15:48:06 +01:00
docker_test.rb fix tests and lint 2016-02-22 12:06:42 +01:00
helper.rb add params and content method to parse_config 2016-08-05 12:13:56 +02:00
test-extra.yaml split up tests for travis 2015-09-23 01:51:51 +02:00
test.yaml split up tests for travis 2015-09-23 01:51:51 +02:00