It appears as though setting any method-call expectation with Mocha prevent the original implementation from being called.
This seems to cover calling the original method with rspec.
Is there a way to do this with Mocha? Or does anyone know why this wouldn't be supported?