<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -88,6 +88,13 @@ describe Mash do
       converted.a.first.b.should == 12
       converted.a.last.should == 23
     end
+    
+    it &quot;should convert an existing Mash into a Mash&quot; do
+      initial = Mash.new(:name =&gt; 'randy')
+      copy = Mash.new(initial)
+      initial.name.should == copy.name      
+    end
+    
   end
 end
 </diff>
      <filename>spec/mash_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d32f063086c74f451ac891dab69a49724ec5cb22</id>
    </parent>
  </parents>
  <author>
    <name>Randy Pond</name>
    <email>rpond@rpond.commstor.crossroads.com</email>
  </author>
  <url>http://github.com/mbleigh/mash/commit/2cbf71d43f24ed52ce3cabd2af5e5963dc0cbfbb</url>
  <id>2cbf71d43f24ed52ce3cabd2af5e5963dc0cbfbb</id>
  <committed-date>2008-04-29T13:28:06-07:00</committed-date>
  <authored-date>2008-04-29T13:28:06-07:00</authored-date>
  <message>Added failing spec for initializing a mash from a mash.</message>
  <tree>7502a6f34258eca8b68ac4a92914b56bf3784863</tree>
  <committer>
    <name>Randy Pond</name>
    <email>rpond@rpond.commstor.crossroads.com</email>
  </committer>
</commit>
