<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -110,10 +110,18 @@ context &quot;When unpacking from a binary stream&quot; do
     get(&quot;&lt;&lt; 99,0,99 &gt;&gt;&quot;).should == &quot;c\000c&quot;
   end
 
+  specify &quot;the empty atom should decode to the empty symbol&quot; do
+    empty_symbol = get(&quot;''&quot;)
+    empty_symbol.should.be.instance_of Symbol
+    empty_symbol.to_s.should == &quot;&quot;
+  end
+
   specify &quot;erlang atomic booleans should decode to ruby booleans&quot; do
     get(&quot;true&quot;).should == true
     get(&quot;false&quot;).should == false
     get(&quot;falsereio&quot;).should == :falsereio
+    get(&quot;t&quot;).should == :t
+    get(&quot;f&quot;).should == :f
   end
 
   specify &quot;a good thing should be awesome&quot; do</diff>
      <filename>test/decode_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0457fb79d271825786cd60ad3c46b777f63488b8</id>
    </parent>
  </parents>
  <author>
    <name>bwbuchanan</name>
    <email>bwb@holo.org</email>
  </author>
  <url>http://github.com/mojombo/erlectricity/commit/deaa8fb5550b96e70b1f744b545585b8b75d714b</url>
  <id>deaa8fb5550b96e70b1f744b545585b8b75d714b</id>
  <committed-date>2009-06-03T15:47:57-07:00</committed-date>
  <authored-date>2009-06-03T15:47:57-07:00</authored-date>
  <message>add test cases for true/false and empty atom fixes</message>
  <tree>7875d8cd783eba147cc1b5e3015e49d2c7bd8b08</tree>
  <committer>
    <name>bwbuchanan</name>
    <email>bwb@holo.org</email>
  </committer>
</commit>
