<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -46,7 +46,7 @@ class PostsController &lt; ApplicationController
         format.xml  { head :created, :location =&gt; user_post_url(@post.user, @post) }
       else
         format.html { render :action =&gt; &quot;new&quot; }
-        format.xml  { render :xml =&gt; @post.errors.to_xml, :status =&gt; :unprocessable_entity }
+        format.xml  { render :xml =&gt; @post.errors.to_xml }
       end
     end
   end
@@ -61,7 +61,7 @@ class PostsController &lt; ApplicationController
         format.xml  { head :ok }
       else
         format.html { render :action =&gt; &quot;edit&quot; }
-        format.xml  { render :xml =&gt; @post.errors.to_xml, :status =&gt; :unprocessable_entity }
+        format.xml  { render :xml =&gt; @post.errors.to_xml }
       end
     end
   end</diff>
      <filename>test/rails_root/app/controllers/posts_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -46,7 +46,7 @@ class UsersController &lt; ApplicationController
         format.xml  { head :created, :location =&gt; user_url(@user) }
       else
         format.html { render :action =&gt; &quot;new&quot; }
-        format.xml  { render :xml =&gt; @user.errors.to_xml, :status =&gt; :unprocessable_entity }
+        format.xml  { render :xml =&gt; @user.errors.to_xml }
       end
     end
   end
@@ -63,7 +63,7 @@ class UsersController &lt; ApplicationController
         format.xml  { head :ok }
       else
         format.html { render :action =&gt; &quot;edit&quot; }
-        format.xml  { render :xml =&gt; @user.errors.to_xml, :status =&gt; :unprocessable_entity }
+        format.xml  { render :xml =&gt; @user.errors.to_xml }
       end
     end
   end</diff>
      <filename>test/rails_root/app/controllers/users_controller.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2cdfdc8d1e4ef6e4125c56662aaf31758b4e4255</id>
    </parent>
  </parents>
  <author>
    <name>Jonathan Lim</name>
    <email>snowblink@gmail.com</email>
  </author>
  <url>http://github.com/snowblink/shoulda/commit/e99be45a77eab987e217520e819c0d88577cdf67</url>
  <id>e99be45a77eab987e217520e819c0d88577cdf67</id>
  <committed-date>2009-01-15T03:27:09-08:00</committed-date>
  <authored-date>2009-01-15T03:27:09-08:00</authored-date>
  <message>Revert &quot;Adding tests for new should_be_restful tests [#20]&quot;

This reverts commit f95e9bfd23dd0fdadcaf395d7f2ddc9282866129.

Conflicts:</message>
  <tree>6d82381b28d13b0aa18d758d9e608b18348971d9</tree>
  <committer>
    <name>Jonathan Lim</name>
    <email>snowblink@gmail.com</email>
  </committer>
</commit>
