# File lib/chef/provider/group/groupadd.rb, line 30
        def load_current_resource
          super
          required_binaries.each do |required_binary|
            raise Chef::Exceptions::Group, "Could not find binary #{required_binary} for #{@new_resource}" unless ::File.exists?(required_binary)
          end
        end