mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
cdf95cd160
+ 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> |
||
---|---|---|
.. | ||
cookbooks/os_prepare | ||
functional | ||
integration | ||
unit | ||
docker_run.rb | ||
docker_test.rb | ||
helper.rb |