<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -19,11 +19,8 @@ describe Stack do
 
   it &quot;result should be saved in var when something is pop'ed from it&quot; do
     stack = Stack.new
-    myPop =
     stack.push(&quot;mooh&quot;)
-    lambda{
-      myPop = stack.pop
-    }.should change {myPop}.from(nil).to(&quot;mooh&quot;)
+    stack.pop.should == &quot;mooh&quot;
   end
 
   it &quot;pop from empty stack should give nil&quot; do</diff>
      <filename>spec/stack_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d116a299f9ee7ba44a07a5b5f9870511a199520c</id>
    </parent>
    <parent>
      <id>314d6d5b13b84db057fb24df554bb6769cabc101</id>
    </parent>
  </parents>
  <author>
    <name>Michael Naurbjerg</name>
    <email>michael@naurbjerg.dk</email>
  </author>
  <url>http://github.com/jacobat/stackit/commit/e0a5b94e19a0adfc21f96c7a850b6c926edb76a1</url>
  <id>e0a5b94e19a0adfc21f96c7a850b6c926edb76a1</id>
  <committed-date>2009-10-14T14:16:09-07:00</committed-date>
  <authored-date>2009-10-14T14:16:09-07:00</authored-date>
  <message>Merge branch 'master' of git://github.com/jacobat/stackit</message>
  <tree>e60b74891734a04bcebf9c3103081b601d9eccbf</tree>
  <committer>
    <name>Michael Naurbjerg</name>
    <email>michael@naurbjerg.dk</email>
  </committer>
</commit>
