<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -96,8 +96,7 @@ end
       Slot1Diff.should_receive(:diff).with(&quot;abcdef&quot;,&quot;abcdef1&quot;).any_number_of_times.and_return(&quot;1&quot;)
       Slot1Diff.should_receive(:patch).with(&quot;abcdef&quot;,&quot;1&quot;).any_number_of_times.and_return(&quot;abcdef1&quot;)
       
-      # FIXME: meta without a name!
-      @meta = Document.create! :diff_strategy_slot1 =&gt; strategy # TODO: fix this spec, it willn't care if I say strategy_slot1
+      @meta = Document.create! :name =&gt; 'SomeSpecialMeta', :diff_strategy_slot1 =&gt; strategy # TODO: fix this spec, it willn't care if I say strategy_slot1
 
       @from = Document.create! :slot1 =&gt; &quot;abcdef&quot;, :meta =&gt; @meta
       @to = Document.create! :slot1 =&gt; &quot;abcdef1&quot;, :meta =&gt; @meta</diff>
      <filename>spec/lib/strokedb/sync/diff_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ describe &quot;Diffing documents with slot changed and slot's diff strategy is specif
     Slot1Diff = Class.new(SlotDiffStrategy)
     Slot1Diff.should_receive(:diff).with(1,2).and_return(3)
 
-    @meta = Document.create! :diff_strategy_slot1 =&gt; 'slot_1_diff'
+    @meta = Document.create! :diff_strategy_slot1 =&gt; 'slot_1_diff', :name =&gt; &quot;Slot1DiffMeta&quot;
 
     @from = Document.create! :slot1 =&gt; 1, :meta =&gt; @meta
     @to = Document.create! :slot1 =&gt; 2, :meta =&gt; @meta
@@ -29,7 +29,7 @@ describe &quot;Diffing documents with slot changed and slot's diff strategy is specif
     @store = setup_default_store
 
     Object.send!(:remove_const,'Slot1Diff') if defined?(Slot1Diff)
-    @meta = Document.create! :diff_strategy_slot1 =&gt; 'slot_1_diff'
+    @meta = Document.create! :diff_strategy_slot1 =&gt; 'slot_1_diff', :name =&gt; &quot;Slot1DiffMeta&quot;
 
     @from = Document.create! :slot1 =&gt; 1, :meta =&gt; @meta
     @to = Document.create! :slot1 =&gt; 2, :meta =&gt; @meta
@@ -51,7 +51,7 @@ describe &quot;Diffing documents with slot changed and slot's diff strategy is specif
 
     Slot1Diff = Class.new
 
-    @meta = Document.create! :diff_strategy_slot1 =&gt; 'slot_1_diff'
+    @meta = Document.create! :diff_strategy_slot1 =&gt; 'slot_1_diff', :name =&gt; &quot;Slot1DiffMeta&quot;
 
     @from = Document.create! :slot1 =&gt; 1, :meta =&gt; @meta
     @to = Document.create! :slot1 =&gt; 2, :meta =&gt; @meta</diff>
      <filename>spec/lib/strokedb/sync/slot_diff_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7baf51d0b769d745f286bb65eba72a99d263a7b7</id>
    </parent>
  </parents>
  <author>
    <name>Yurii Rashkovskii</name>
    <email>yrashk@gmail.com</email>
  </author>
  <url>http://github.com/yrashk/strokedb/commit/5b45b009e3ee3eb248f5ac96b43582823407f435</url>
  <id>5b45b009e3ee3eb248f5ac96b43582823407f435</id>
  <committed-date>2008-04-29T22:27:45-07:00</committed-date>
  <authored-date>2008-04-29T22:27:45-07:00</authored-date>
  <message>fix old specs with unnamed metas [#28 state:resolved]</message>
  <tree>bca62987d26ca3a9ae822afb51e228b842c164bd</tree>
  <committer>
    <name>Yurii Rashkovskii</name>
    <email>yrashk@gmail.com</email>
  </committer>
</commit>
