<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -64,7 +64,7 @@ An exception handler
   ( can it take a name?  would that be useful in any way? )
   
 
-:before, :after, :wrap, and :during filters
+:before, :after, :always  filters
   take the same constraints as actions
   are defined using methods of the appropriate name
   apparently can be given names, which define methods on Resource and Paths???</diff>
      <filename>verify/mapping/story.txt</filename>
    </modified>
    <modified>
      <diff>@@ -5,20 +5,13 @@ fake_out_runtime
 
 describe &quot;A Resource class&quot; do
 
-  before do
-    class Dog &lt; Waves::Resources::Base
-      
-    end
-    
-  end
-  
   it &quot;has a Paths object&quot; do
-    Dog.paths.should.be.a.kind_of Waves::Mapping::Paths
+    VerifyResources::Resources::Dog.paths.should.be.a.kind_of Waves::Resources::Base::Paths
   end
   
   it &quot;knows singular and plural names for itself&quot; do
-    Dog.singular.should == &quot;dog&quot;
-    Dog.plural.should == &quot;dogs&quot;
+    VerifyResources::Resources::Dog.singular.should == &quot;dog&quot;
+    VerifyResources::Resources::Dog.plural.should == &quot;dogs&quot;
   end
   
 end</diff>
      <filename>verify/resources/resource.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>04838f1900a1082ea14b5e67fdeb65b911e0f996</id>
    </parent>
  </parents>
  <author>
    <name>Matthew King</name>
    <email>automatthew@gmail.com</email>
  </author>
  <url>http://github.com/dyoder/waves/commit/ec69b05c65912f3249c87824ea16437a9a70a966</url>
  <id>ec69b05c65912f3249c87824ea16437a9a70a966</id>
  <committed-date>2008-08-11T10:55:30-07:00</committed-date>
  <authored-date>2008-08-11T10:55:30-07:00</authored-date>
  <message>cleaner spec for resources</message>
  <tree>9b4f83d429be5c85ced74da258dbd60dfc3f6375</tree>
  <committer>
    <name>Matthew King</name>
    <email>automatthew@gmail.com</email>
  </committer>
</commit>
