<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,7 +9,10 @@ module Admin
     
     describe &quot;/admin/articles&quot; do
       it &quot;should get all articles in descending created order&quot; do
-        Article.should_receive(:all).with(:order =&gt; &quot;created_at DESC&quot;).and_return(@articles)
+        Article.should_receive(:all) do |args|
+          args[:order].should == &quot;created_at DESC&quot;
+          @articles
+        end
         controller = dispatch_to(Articles, :index) do |controller|
           controller.should_receive(:login_required).and_return(true)
           controller.should_receive(:display).with(@articles)</diff>
      <filename>spec/controllers/admin/articles_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>10e7ee9e5563f298fb13e041c55562638e68ea8d</id>
    </parent>
  </parents>
  <author>
    <name>Grant Hollingworth</name>
    <email>grant@antiflux.org</email>
  </author>
  <url>http://github.com/jf/feather/commit/a58a37979ccbe9749b9596c05c97379ca1506873</url>
  <id>a58a37979ccbe9749b9596c05c97379ca1506873</id>
  <committed-date>2008-05-14T07:04:37-07:00</committed-date>
  <authored-date>2008-05-14T06:41:34-07:00</authored-date>
  <message>ignore other arguments to Article.all</message>
  <tree>ebb9ba6729645bed829bcc5d8b94655d5c8f6517</tree>
  <committer>
    <name>Grant Hollingworth</name>
    <email>grant@antiflux.org</email>
  </committer>
</commit>
