Elektrine lite

← Feed

@floehopper@ruby.social

Post #1554826

2026-02-21 10:27 UTC

@timriley I’m not sure that’s true - Minitest used to come with a simple mock implementation although it looks like it’s been split out in into minitest-mock now.

Replies (1)

  • @eightbitraptor@ruby.social 2026-02-21 13:14

    @floehopper @timriley Mocha has a much nicer API in my experience. Minitest mock had always felt like a mocking framework designed to discourage mocking. Which, to be fair, might be true.

    Open ##1554827