inspec/test
eramoto f9ee7596f5 Fix gid filtering for etc_group resource (#2297)
'etc_group' resource stores 'gid' as integer but the 'where' method
compares 'gid' as string.
By this fix, the 'where' method always converts the stored data to string
when comparing. And it can also look for groups without members.

Signed-off-by: ERAMOTO Masaya <eramoto.masaya@jp.fujitsu.com>
2017-11-14 05:03:50 +01:00
..
cookbooks/os_prepare Add wildcard support to Utils::FindFiles (#2159) 2017-09-23 09:17:34 +02:00
functional Fix classname in JUnit formatter (#2283) 2017-11-13 22:41:37 -05:00
integration Extend Windows ACL matchers (#1744) 2017-10-17 15:01:51 +02:00
unit Fix gid filtering for etc_group resource (#2297) 2017-11-14 05:03:50 +01:00
docker_run.rb travis experiment: lower docker concurrency 2016-08-10 12:52:21 +01:00
docker_test.rb Load all dependent libraries, even if include_context isn't called 2016-09-04 20:55:20 +02:00
helper.rb http resource: supply max-time option using read_timeout and open_timeout (#2289) 2017-11-09 11:11:19 +01:00