# File lib/chef/provider/group/dscl.rb, line 87
        def load_current_resource
          super
          raise Chef::Exceptions::Group, "Could not find binary /usr/bin/dscl for #{@new_resource}" unless ::File.exists?("/usr/bin/dscl")
        end