<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -140,8 +140,10 @@ describe &quot;StarlingServer&quot; do
   end
 
   it &quot;should return valid response with unkown command&quot; do
-    response = @client.add('blah', 1)
-    response.should eql(&quot;CLIENT_ERROR bad command line format\r\n&quot;)
+    #why is this an unknown command?
+    lambda {
+      response = @client.add('blah', 1)
+    }.should raise_error(MemCache::MemCacheError)
   end
 
   it &quot;should disconnect and reconnect again&quot; do</diff>
      <filename>spec/starling_server_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>75e68a6d6d93acaedd8d71c45084c852416359b0</id>
    </parent>
  </parents>
  <author>
    <name>Harm Aarts</name>
    <email>harmaarts@gmail.com</email>
  </author>
  <url>http://github.com/starling/starling/commit/c5946a7d565654585493101bcb28d3d39b90a49f</url>
  <id>c5946a7d565654585493101bcb28d3d39b90a49f</id>
  <committed-date>2009-04-08T07:27:02-07:00</committed-date>
  <authored-date>2009-04-02T00:37:02-07:00</authored-date>
  <message>fixed the spec in which memcache raises an error upon receiving an unknown command</message>
  <tree>f490db1e0a22ca3c455152908a2ba91be330b879</tree>
  <committer>
    <name>Chris Gaffney</name>
    <email>cgaffney@crayoninterface.com</email>
  </committer>
</commit>
