<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,7 +6,7 @@ require File.join(File.dirname(__FILE__), &quot;..&quot;, &quot;..&quot;, &quot;models&quot;, &quot;comment&quot;)
 describe &quot;Comment&quot; do
   it &quot;should know if content is spam&quot; do
     @mollom = Mollom.new(:private_key =&gt; 'xxxxxxxxx', :public_key =&gt; 'yyyyyyyyy')
-    @mollom.should_receive(:send_command).with('mollom.checkContent', {:author_name=&gt;&quot;This is a comment&quot;, :author_url=&gt;nil, :post_body=&gt;&quot;I am spam&quot;}).and_return(&quot;spam&quot; =&gt; 3, &quot;quality&quot; =&gt; 0.40, &quot;session_id&quot; =&gt; 1)
+    @mollom.should_receive(:send_command).with('mollom.checkContent', {:author_name=&gt;&quot;This is a comment&quot;, :post_body=&gt;&quot;I am spam&quot;}).and_return(&quot;spam&quot; =&gt; 3, &quot;quality&quot; =&gt; 0.40, &quot;session_id&quot; =&gt; 1)
     Comment.mollom = @mollom
     
     comment = Comment.new</diff>
      <filename>feather-mollom/specs/models/comment_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-require File.join(File.dirname(__FILE__), &quot;..&quot;, &quot;gems&quot;, &quot;gems&quot;, &quot;mollom-0.1.2&quot;, &quot;lib&quot;, &quot;mollom&quot;)
+require 'mollom'
 require File.join(File.dirname(__FILE__), 'mocks', 'data_mapper')
 
 require 'spec'</diff>
      <filename>feather-mollom/specs/spec_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>55a32e47fc1760e674b6d8ba43a9af2d42be71fc</id>
    </parent>
  </parents>
  <author>
    <name>Rob Kaufman</name>
    <email>rob@notch8.com</email>
  </author>
  <url>http://github.com/notch8/feather-plugins/commit/1d89d4090bd88a8654b00e8a0150ddd8bba42cf9</url>
  <id>1d89d4090bd88a8654b00e8a0150ddd8bba42cf9</id>
  <committed-date>2008-06-04T18:49:55-07:00</committed-date>
  <authored-date>2008-06-04T18:49:55-07:00</authored-date>
  <message>Fixed spec bug</message>
  <tree>567c525ee0f6d404ebfa00983d7f7580edc2f664</tree>
  <committer>
    <name>Rob Kaufman</name>
    <email>rob@notch8.com</email>
  </committer>
</commit>
