<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 module Permalinker
 
   def self.included(base)
-    base.send(:extend,ClassMethods)
+    base.send(:extend, ClassMethods)
   end
 
   module ClassMethods
@@ -18,15 +18,7 @@ module Permalinker
   end
   
   # Adds class methods.
-  module SingletonMethods 
-    def find(*args)
-      if args.first.is_a? String
-        super(:first, :conditions =&gt; [&quot;slug = ?&quot;, args.first])
-      else
-        super
-      end
-    end
-    
+  module SingletonMethods
     def format_identifier(s)
       s.gsub!(/'/,'') # remove characters that occur mid-word
       s.gsub!(/[\W]/,' ') # translate non-words into spaces</diff>
      <filename>lib/permalinker.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@ describe Articles do
   include DefaultControllerHelper
   include ArticleSpecHelper
 
-  #it_should_behave_like &quot;default controller behavior&quot;
+  it_should_behave_like &quot;default controller behavior&quot;
   
   describe &quot;#index&quot; do
     it &quot;should return a list of all articles in reverse order of creation&quot; do</diff>
      <filename>spec/controllers/articles_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,15 +4,13 @@ describe Article do
   include DefaultSpecHelper
   include DefaultModelHelper
   include ArticleSpecHelper
-
-  it_should_behave_like &quot;timestamps work correctly&quot;
+  
   it_should_behave_like &quot;validates required fields&quot;
   
   it &quot;should build a slug&quot; do
     article = Article.new(:title =&gt; &quot;Page One&quot;)
-    article.save
-    article.should_not be_nil
-    article.slug.should == &quot;Page_One&quot;
+    article.should be_valid
+    article.slug.should == &quot;page-one&quot;
   end
   
 end
\ No newline at end of file</diff>
      <filename>spec/models/article_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@ module ArticleSpecHelper
   end
   
   def valid_attributes
-    {:title =&gt; 'My Bestest Blog Post'}
+    {:title =&gt; &quot;Blog Post #{rand(50)} on #{Time.now.to_i}&quot;}
   end
   
   def updated_attributes</diff>
      <filename>spec/spec_helpers/app_specific/article_spec_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>spec/spec_helpers/shared_behaviors/timestamps.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>1d1b1311fa0af7ede7cc7ab15d250dff924f4833</id>
    </parent>
  </parents>
  <author>
    <name>Jeff Whitmire</name>
    <email>jeff@jwhitmire.com</email>
  </author>
  <url>http://github.com/hornbeck/blerb/commit/1f7054ff1c22c20c480b40ed88c97912f04ec851</url>
  <id>1f7054ff1c22c20c480b40ed88c97912f04ec851</id>
  <committed-date>2008-02-04T22:56:37-08:00</committed-date>
  <authored-date>2008-02-04T22:56:37-08:00</authored-date>
  <message>fixed article specs; removed class find method from permalinker; removed useless timestamp shared behavior</message>
  <tree>7a71ba9d1e19872e40c86755d10eb8b6498fe892</tree>
  <committer>
    <name>Jeff Whitmire</name>
    <email>jeff@jwhitmire.com</email>
  </committer>
</commit>
