<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -129,7 +129,6 @@ describe Bonja do
   end
 end
 
-
 class Binja &lt; ActiveRecord::Base
   stuffing :id =&gt; &quot;:bill.ball-:site.title&quot;
   def self.table_name
@@ -166,4 +165,27 @@ describe Binja do
   it &quot;shouldn't have a type cast nonsense&quot; do
     @binja.respond_to?('stuffing_before_type_cast').should == false
   end
+
+end
+
+class Bahoja &lt; ActiveRecord::Base
+  def self.table_name
+    'boojas'
+  end  
+end
+
+describe Bahoja, &quot;creating a couch record when the activerecord exists, but the couch doc doesn't&quot; do
+  before do
+    @bajoha = Bahoja.create
+    @binja = Binja.find(@bajoha.id)
+  end
+  
+  it &quot;should let me find it by binja&quot; do
+    @binja.created_at.to_date.should == @bajoha.created_at.to_date
+  end
+  
+  it &quot;should let me update the binja&quot; do
+    @binja.stuffing_banana = 'banana!'
+    lambda { @binja.save }.should_not raise_error
+  end
 end
\ No newline at end of file</diff>
      <filename>spec/stuffing_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f0a3ab9fed9643812ebf32d64425e9beecb6b35e</id>
    </parent>
  </parents>
  <author>
    <name>Paul Campbell</name>
    <email>paul@rslw.com</email>
  </author>
  <url>http://github.com/paulca/stuffing/commit/1534cb83942f6fe4a55b20875113b3c6ad1b21e6</url>
  <id>1534cb83942f6fe4a55b20875113b3c6ad1b21e6</id>
  <committed-date>2009-02-24T09:23:08-08:00</committed-date>
  <authored-date>2009-02-24T09:23:08-08:00</authored-date>
  <message>update spec for adding couch to existing doc</message>
  <tree>446c50be21d9d7a5e956c6804812c5b6019fdac2</tree>
  <committer>
    <name>Paul Campbell</name>
    <email>paul@rslw.com</email>
  </committer>
</commit>
