Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rake test fails with mocha > 2.1.0 #72
Using Mocha::Mock.new is not supported in mocha, and mock() does not work in a subclass. As we just need a stub for File:Statt an no mock, we just create an Object (instead of a mock) and stub it. This commit fixes #72
- Loading branch information