<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,8 +6,8 @@ module Scrawny
       ''
     end
     
-    def destroy
-      QueueItem.pop.to_xml
+    def show
+      QueueItem.pop.to_xml(:root =&gt; 'queue-item')
     end
   end
 end</diff>
      <filename>lib/scrawny/queue_items_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -25,12 +25,12 @@ Expectations do
   
   expect QueueItem.to.receive(:pop).returns({}) do
     c = QueueItemsController.new({})
-    c.call(:destroy)
+    c.call(:show)
   end
   
   expect String do
     QueueItem.stubs(:pop).returns({})
     c = QueueItemsController.new({})
-    c.call(:destroy).last
+    c.call(:show).last
   end
 end</diff>
      <filename>test/queue_items_controller_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4701b7e41c3f3c3c252d31f7340517f88daa3847</id>
    </parent>
  </parents>
  <author>
    <name>James Golick</name>
    <email>james@giraffesoft.ca</email>
  </author>
  <url>http://github.com/giraffesoft/scrawny/commit/676a2283a9bc2f6aa5aceb207645e5f3532cc123</url>
  <id>676a2283a9bc2f6aa5aceb207645e5f3532cc123</id>
  <committed-date>2008-05-31T13:50:36-07:00</committed-date>
  <authored-date>2008-05-31T13:50:36-07:00</authored-date>
  <message>call the pop method show, because activresource is too limited to do it any other way</message>
  <tree>30561592a2cb0de500023b138542abaf248e387b</tree>
  <committer>
    <name>James Golick</name>
    <email>james@giraffesoft.ca</email>
  </committer>
</commit>
