<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -96,9 +96,12 @@ describe Mash do
     end
     
     it &quot;should convert an existing Mash into a Mash&quot; do
-      initial = Mash.new(:name =&gt; 'randy')
+      initial = Mash.new(:name =&gt; 'randy', :address =&gt; {:state =&gt; 'TX'})
       copy = Mash.new(initial)
       initial.name.should == copy.name      
+      initial.object_id.should_not == copy.object_id
+      copy.address.state.should == 'TX'
+      copy.address.object_id.should_not == initial.address.object_id
     end
     
   end</diff>
      <filename>spec/mash_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c00a0f8e19055468f3954b628ecd820d439def11</id>
    </parent>
  </parents>
  <author>
    <name>Randy Pond</name>
    <email>randito@gmail.com</email>
  </author>
  <url>http://github.com/mbleigh/mash/commit/270fe128218b47d4e6099e9d12ba2bdcfb3b4b37</url>
  <id>270fe128218b47d4e6099e9d12ba2bdcfb3b4b37</id>
  <committed-date>2008-05-05T15:10:22-07:00</committed-date>
  <authored-date>2008-05-05T15:10:22-07:00</authored-date>
  <message>Added a spec for initializing a Mash from another Mash that contains inner Mashes.</message>
  <tree>8877c10b1a47e40ebf88255443f481863161c304</tree>
  <committer>
    <name>Randy Pond</name>
    <email>randito@gmail.com</email>
  </committer>
</commit>
