### Description On a system with no inetd and xinetd conf files i don't get the same behavior when i exec a profile: ``` ruby describe inetd_conf('tftp') do it { should_not be_enabled } end ``` The previous spec is green if there is no inetd conf, which is what i'm expecting. ``` ruby describe xinetd_conf('tftp') do it { should_not be_enabled } end ``` The previous spec is failing if there is no inetd conf, which is not what's expected, and inconstistent with inetd_conf. ### InSpec and Platform Version Inspec version 1.2.0 installked via ChefDK on Debian 8.6