# File test/test_document.rb, line 32
    def test_each
      for doc in @doc
        assert_equal(@doc, doc)
      end
    end