<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -95,7 +95,7 @@ class SluggedModelTest &lt; Test::Unit::TestCase
       @post = Post.new(:title =&gt; &quot;katakana: &#12466;&#12467;&#12468;&#12469;&#12470;&#12471;&#12472;&quot;)
       assert_equal &quot;katakana-&#12466;&#12467;&#12468;&#12469;&#12470;&#12471;&#12472;&quot;, @post.slug_text
     end
-    
+
     should &quot;allow the same friendly_id across models&quot; do
       @person = Person.create!(:name =&gt; @post.title)
       assert_equal @person.friendly_id, @post.friendly_id
@@ -238,7 +238,7 @@ class SluggedModelTest &lt; Test::Unit::TestCase
       should &quot;return results when passed an array of non-friendly ids&quot; do
         assert_equal 2, Post.find([@post.id, @post2.id]).size
       end
-            
+
       should &quot;return results when passed an array of friendly ids&quot; do
         assert_equal 2, Post.find([@post.friendly_id, @post2.friendly_id]).size
       end
@@ -246,12 +246,12 @@ class SluggedModelTest &lt; Test::Unit::TestCase
       should &quot;return results when passed a mixed array of friendly and non-friendly ids&quot; do
         assert_equal 2, Post.find([@post.friendly_id, @post2.id]).size
       end
-      
+
       should &quot;return results when passed an array of non-friendly ids, of which one represents a record with multiple slugs&quot; do
         @post2.update_attributes(:title =&gt; 'another post [updated]')
         assert_equal 2, Post.find([@post.id, @post2.id]).size
       end
-      
+
       should &quot;indicate that the results were found using a friendly_id&quot; do
         @posts = Post.find [@post.friendly_id, @post2.friendly_id]
         @posts.each { |p| assert p.found_using_friendly_id? }</diff>
      <filename>test/slugged_model_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ae931cf30613d225c7d4390e3d875e5d382c3faf</id>
    </parent>
  </parents>
  <author>
    <name>Norman Clarke</name>
    <email>norman@randomba.org</email>
  </author>
  <url>http://github.com/norman/friendly_id/commit/f0bfada3e4170987eefaf15f081a462a9698fb21</url>
  <id>f0bfada3e4170987eefaf15f081a462a9698fb21</id>
  <committed-date>2009-03-25T06:20:41-07:00</committed-date>
  <authored-date>2009-03-25T06:20:41-07:00</authored-date>
  <message>Cleaned up whitespace.</message>
  <tree>3c6b739a6172e7d249a6bf5954495e87f2abddcd</tree>
  <committer>
    <name>Norman Clarke</name>
    <email>norman@randomba.org</email>
  </committer>
</commit>
