<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -163,16 +163,6 @@ Screw.Unit(function() {
               obj.methodToStub('bar');
               expect(originalMethodCalled).to(be_true);
             });
-
-            it(&quot;shouldn't loose track of return values when additional stubs are introduced&quot;, function() {
-              obj = { firstMethod: function() {},
-                      secondMethod: function() {} };
-              Screw.Stub.shouldReceive(obj, 'firstMethod').withArguments('foo').andReturn('bar');
-              Screw.Stub.shouldReceive(obj, 'secondMethod').withArguments('not', 'foo');
-
-              expect(obj.firstMethod('foo')).to(equal, 'bar');
-              obj.secondMethod('not', 'foo');
-            });
         });
     });
 });</diff>
      <filename>spec/stub_spec.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1790f5acbbc2f1a2825af68480284a07285f1360</id>
    </parent>
  </parents>
  <author>
    <name>Mat Schaffer</name>
    <email>mat.schaffer@gmail.com</email>
  </author>
  <url>http://github.com/trotter/screw-unit/commit/2014a23d93fd918d9d72585504473c03a9a3c782</url>
  <id>2014a23d93fd918d9d72585504473c03a9a3c782</id>
  <committed-date>2009-06-30T20:59:39-07:00</committed-date>
  <authored-date>2009-06-30T20:59:39-07:00</authored-date>
  <message>Removed my redundant test case now that I have the fix from @peeja.</message>
  <tree>3c425cffde0c8f7a8d223330b66b3414d376c9bc</tree>
  <committer>
    <name>Mat Schaffer</name>
    <email>mat.schaffer@gmail.com</email>
  </committer>
</commit>
