Mocha Description A Ruby library for mocking and stubbing - but deliberately not (yet) faking or spying. A unified, simple and readable syntax for both full & partial mocking. Built-in support for Minitest and Test::Unit. Supported by many other test frameworks. Intended Usage Mocha is intended to be used in unit tests for the Mock Object or Test Stub types of Test Double, not the Fake Object or T