<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -42,4 +42,10 @@ describe &quot;RestfulWorkflow::Filters&quot; do
     @controller.load_current_object
     @controller.send(:instance_variable_get, &quot;@current_object&quot;).should == @data
   end
+  
+  it &quot;should add a before filter to load the current object&quot; do
+    @kontroller.filter_chain.should_not be_empty
+    @kontroller.find_filter(:load_current_object).should_not be_nil
+    @kontroller.find_filter(:load_current_object).should be_before
+  end
 end
\ No newline at end of file</diff>
      <filename>spec/filters_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1ce7b9e42f3927cf11f125f5afd936abe6bd1265</id>
    </parent>
  </parents>
  <author>
    <name>Sean Cribbs</name>
    <email>seancribbs@gmail.com</email>
  </author>
  <url>http://github.com/seancribbs/restful_workflow/commit/79202da1ca7ad07f162a82f3874174a441951899</url>
  <id>79202da1ca7ad07f162a82f3874174a441951899</id>
  <committed-date>2008-05-03T14:03:22-07:00</committed-date>
  <authored-date>2008-05-03T14:03:22-07:00</authored-date>
  <message>Add spec.</message>
  <tree>563df6295ae617694fea27e8336ac4f6a08eca57</tree>
  <committer>
    <name>Sean Cribbs</name>
    <email>seancribbs@gmail.com</email>
  </committer>
</commit>
