# File lib/serverspec/type/user.rb, line 7
    def belongs_to_group?(group)
      @runner.check_user_belongs_to_group(@name, group)
    end