rspec-mocks-call-through

Adds call-through support for rspec stubs

Method Stubs with call-through

o.stub!(:foo).and_call_through

o.foo then does all the standard stub stuff, and also calls the original method

Contributing to rspec-mocks-call-through

Also see

* [http://github.com/rspec/rspec-mocks](http://github.com/rspec/rspec-mocks)

Copyright © 2012 Piotr Banasik. See LICENSE.txt for further details.