<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -131,6 +131,7 @@ describe ActionController::Integration::Session do
   before :each do
     Webrat.configuration.mode = :rails
     @integration_session = ActionController::Integration::Session.new
+    @integration_session.stub!(:request =&gt; mock(&quot;request&quot;, :url =&gt; &quot;http://source.url/&quot;))
     @integration_session.stub!(:response =&gt; mock(&quot;response&quot;))
   end
 
@@ -167,8 +168,6 @@ describe ActionController::Integration::Session do
     end
 
     it &quot;should set the HTTP referer header&quot; do
-      @integration_session.stub!(:current_url).and_return &quot;http://source.url/&quot;
-
       headers = {}
 
       @integration_session.follow_redirect_with_headers(headers)</diff>
      <filename>spec/webrat/rails/rails_session_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a018af99ff4fd1770bc214993b96e8ffc84a9836</id>
    </parent>
    <parent>
      <id>4b6558e7e5c5b5cf9d7d6dae3368715c8d4b9d43</id>
    </parent>
  </parents>
  <author>
    <name>Bryan Helmkamp</name>
    <email>bryan@brynary.com</email>
  </author>
  <url>http://github.com/brynary/webrat/commit/2ead102f54f32a70b335e4303bd916791d73106f</url>
  <id>2ead102f54f32a70b335e4303bd916791d73106f</id>
  <committed-date>2008-12-28T18:15:31-08:00</committed-date>
  <authored-date>2008-12-28T18:15:31-08:00</authored-date>
  <message>Merge commit 'joshknowles/master'</message>
  <tree>d8ae672051f47c73ed716ed546f8a27853107204</tree>
  <committer>
    <name>Bryan Helmkamp</name>
    <email>bryan@brynary.com</email>
  </committer>
</commit>
