<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,7 +8,7 @@ module Admin
 
     describe &quot;/admin&quot; do
       it &quot;should request dashboard&quot; do
-        Activity.should_receive(:all).with(:order =&gt; &quot;created_at DESC&quot;, :limit =&gt; 5).and_return(@activity)
+        Activity.should_receive(:all).with(:order =&gt; [:created_at.desc], :limit =&gt; 5).and_return(@activity)
         controller = dispatch_to(Dashboard, :index) do |controller|
           controller.should_receive(:login_required).and_return(true)
           controller.should_receive(:display).with(@activity)</diff>
      <filename>spec/controllers/admin/dashboard_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2a8771e796a02c864f6e5552b254ad309bcc0e54</id>
    </parent>
  </parents>
  <author>
    <name>AJ Christensen</name>
    <email>aj@junglist.gen.nz</email>
  </author>
  <url>http://github.com/mleung/feather/commit/75283c3122f0490e32ac5ad93780d6e9f27f7e33</url>
  <id>75283c3122f0490e32ac5ad93780d6e9f27f7e33</id>
  <committed-date>2008-07-18T12:55:38-07:00</committed-date>
  <authored-date>2008-07-08T15:52:58-07:00</authored-date>
  <message>Updated dashboard spec to be compatible with dm0.9</message>
  <tree>0a4e544fe3e33d9e899c07a34c44c8ded1759ff9</tree>
  <committer>
    <name>El Draper</name>
    <email>el@eldiablo.co.uk</email>
  </committer>
</commit>
