# File lib/serverspec/type/user.rb, line 19
    def has_home_directory?(path)
      @runner.check_user_has_home_directory(@name, path)
    end