I get that this is a super old library and you have long moved on from it, but I thought I'd make this PR fixing Mocha as I am currently going through this migration process from Mocha to rspec-mocks.
Without including Mocha::API you can't use mock in your specs.
I get that this is a super old library and you have long moved on from it, but I thought I'd make this PR fixing Mocha as I am currently going through this migration process from Mocha to rspec-mocks.
Without including
Mocha::API
you can't usemock
in your specs.