<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -69,6 +69,12 @@ describe Mash do
     @mash.details.email.should == &quot;michael@intridea.com&quot;
   end
   
+  it &quot;should convert hash assignments into mashes&quot; do
+    @mash.details = {:email =&gt; 'randy@asf.com', :address =&gt; {:state =&gt; 'TX'} }
+    @mash.details.email.should == 'randy@asf.com'
+    @mash.details.address.state.should == 'TX'
+  end
+  
   context &quot;#initialize&quot; do
     it &quot;should convert an existing hash to a Mash&quot; do
       converted = Mash.new({:abc =&gt; 123, :name =&gt; &quot;Bob&quot;})</diff>
      <filename>spec/mash_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>070af379f953bc24afe8184b43b823df53865f6a</id>
    </parent>
  </parents>
  <author>
    <name>Randy Pond</name>
    <email>rpond@rpond.commstor.crossroads.com</email>
  </author>
  <url>http://github.com/mbleigh/mash/commit/c00a0f8e19055468f3954b628ecd820d439def11</url>
  <id>c00a0f8e19055468f3954b628ecd820d439def11</id>
  <committed-date>2008-04-30T15:09:49-07:00</committed-date>
  <authored-date>2008-04-30T15:09:49-07:00</authored-date>
  <message>Added spec for converting hash assignments into mashes</message>
  <tree>f9d9aebb5fafa402b5b31a24b5c7e086aab8b8c3</tree>
  <committer>
    <name>Randy Pond</name>
    <email>rpond@rpond.commstor.crossroads.com</email>
  </committer>
</commit>
