<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,6 +5,14 @@ describe &quot;click_link&quot; do
     @session = Webrat::TestSession.new
   end
 
+  it &quot;should click links with ampertands&quot; do
+    @session.response_body = &lt;&lt;-EOS
+      &lt;a href=&quot;/page&quot;&gt;Save &amp;amp; go back&lt;/a&gt;
+    EOS
+    @session.should_receive(:get).with(&quot;/page&quot;, {})
+    @session.click_link &quot;Save &amp; go back&quot;
+  end
+  
   it &quot;should use get by default&quot; do
     @session.response_body = &lt;&lt;-EOS
       &lt;a href=&quot;/page&quot;&gt;Link text&lt;/a&gt;</diff>
      <filename>spec/api/click_link_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dc52f07a9f9b8debfd1562c9c119154dd8856e27</id>
    </parent>
  </parents>
  <author>
    <name>Bryan Helmkamp</name>
    <email>bryan@brynary.com</email>
  </author>
  <url>http://github.com/brynary/webrat/commit/5a9c048dfb53c25ed94ccc1e74c756c32cd01bb4</url>
  <id>5a9c048dfb53c25ed94ccc1e74c756c32cd01bb4</id>
  <committed-date>2008-11-18T17:41:14-08:00</committed-date>
  <authored-date>2008-11-18T17:41:14-08:00</authored-date>
  <message>Adding example for clicking a link with an amperstand</message>
  <tree>4037340c121b8ade0704c2f05496eb69c185a36d</tree>
  <committer>
    <name>Bryan Helmkamp</name>
    <email>bryan@brynary.com</email>
  </committer>
</commit>
