inspec/test
Ryan Davis cdf95cd160 Fixed 3 failures in cmp matcher.
+ float? comparison can raise a TypeError
+ octal? comparison was allowing non-octal values (which cast to 0)
+ symbol comparison was casting to a string, but then doing an == check instead of casecmp.

The latter seems optional, but consistent with the intent of cmp.

Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-05-17 02:26:06 -07:00
..
cookbooks/os_prepare Add comment regarding the postgresql pin 2019-02-14 14:02:06 -08:00
functional Minor cleanup and a todo test. 2019-05-17 02:26:06 -07:00
integration Use Inspec::VERSION directly to decouple from bundler. 2019-05-17 02:26:06 -07:00
unit Fixed 3 failures in cmp matcher. 2019-05-17 02:26:06 -07:00
docker_run.rb Remove # encoding: utf8 magic comments 2019-05-07 16:06:23 -07:00
docker_test.rb Remove # encoding: utf8 magic comments 2019-05-07 16:06:23 -07:00
helper.rb Fix test framework contention. 2019-05-15 00:33:53 -07:00