# File test/test_wpm_loader.rb, line 115
    def make_page
      @make_page_call += 1
      yield('<html>')
      yield('<head><title>HALO</title></head>')
      yield('<body><p>Hello world.</p></body>')
      yield('</html>')
      nil
    end