# File lib/serverspec/type/group.rb, line 7
    def has_gid?(gid)
      @runner.check_group_has_gid(@name, gid)
    end