<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -17,6 +17,11 @@ describe Webrat::Matchers do
   end
   
   describe &quot;#have_xpath&quot; do
+    it &quot;should work with non-HTML documents&quot; do
+      pending &quot;Bugfix&quot;
+      xml = '&lt;foo bar=&quot;baz&quot;&gt;&lt;/foo&gt;'
+      xml.should have_xpath('/foo[@bar=&quot;baz&quot;]')
+    end
     
     it &quot;should be able to match an XPATH&quot; do
       @body.should have_xpath(&quot;//div&quot;)</diff>
      <filename>spec/api/matchers_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9b5ffacecc0615806eb5fc0fb21bb3107e4f675e</id>
    </parent>
  </parents>
  <author>
    <name>Bryan Helmkamp</name>
    <email>bryan@brynary.com</email>
  </author>
  <url>http://github.com/brynary/webrat/commit/bb5eac701d2ec5201f212ec079733f2c3ee34b55</url>
  <id>bb5eac701d2ec5201f212ec079733f2c3ee34b55</id>
  <committed-date>2008-11-20T13:15:42-08:00</committed-date>
  <authored-date>2008-11-20T13:15:05-08:00</authored-date>
  <message>Add pending spec for XML bug</message>
  <tree>c5f3f7decf2f632aa84bf74cbd6bf66c9978e47f</tree>
  <committer>
    <name>Bryan Helmkamp</name>
    <email>bryan@brynary.com</email>
  </committer>
</commit>
