<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,8 +2,8 @@ class Test::Unit::TestCase
   
   def self.should_create_comment_and_redirect
     should_respond_with :redirect
-    should_redirect_to '&quot;http://www.example.com&quot;'
+    should_redirect_to (&quot;http://www.example.com&quot;) { &quot;http://www.example.com&quot; }
     should_change &quot;Comment.count&quot;, :by =&gt; 1
   end
   
-end
\ No newline at end of file
+end</diff>
      <filename>shoulda_macros/comments_macros.rb</filename>
    </modified>
    <modified>
      <diff>@@ -43,7 +43,7 @@ class Member::CommentsControllerTest &lt; ActionController::TestCase
       
       should_set_the_flash_to I18n.t(&quot;tog_core.site.comment.approved&quot;)
       should_respond_with :redirect
-      should_redirect_to '&quot;http://www.example.com&quot;'
+      should_redirect_to (&quot;http://www.example.com&quot;) { &quot;http://www.example.com&quot; }
     end
     
     context &quot;on POST to :remove&quot; do
@@ -54,8 +54,8 @@ class Member::CommentsControllerTest &lt; ActionController::TestCase
       should_change &quot;Comment.count&quot;, :by =&gt; -1
       should_set_the_flash_to I18n.t(&quot;tog_core.site.comment.removed&quot;)
       should_respond_with :redirect
-      should_redirect_to '&quot;http://www.example.com&quot;'
+      should_redirect_to (&quot;http://www.example.com&quot;) { &quot;http://www.example.com&quot; }
     end
   end
 
-end
\ No newline at end of file
+end</diff>
      <filename>test/functional/member/comments_controller_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>65d5c296c3b729f52ff1a005d01774479fe8416b</id>
    </parent>
  </parents>
  <author>
    <name>Andrei Erdoss</name>
    <email>andrei@Rock.(none)</email>
  </author>
  <url>http://github.com/tog/tog_core/commit/7ebb0a97653dd485eb8489a21750eea226730eb4</url>
  <id>7ebb0a97653dd485eb8489a21750eea226730eb4</id>
  <committed-date>2009-05-18T02:20:07-07:00</committed-date>
  <authored-date>2009-04-24T07:04:37-07:00</authored-date>
  <message>Fix deprecated call to should_redirect_to

Signed-off-by: Aitor Garc&#237;a Rey &lt;aitor@linkingpaths.com&gt;</message>
  <tree>968db64aab8e01d95cc43b37be156fdd7b25d91f</tree>
  <committer>
    <name>Aitor Garc&#237;a Rey</name>
    <email>aitor@linkingpaths.com</email>
  </committer>
</commit>
