Very often when I have a missed expectation in a unit test using mocha, it spits out dozens or hundreds of "satisfied expectations" that I really don't care about. There's so much of it that I have to redirect testing output to a temp file, which is really annoying.
I am using Rails 2.3 and Mocha 0.10.0.
To clarify, I have the same issue as in Mocha Mock Carries To Another Test , and the solution there has not worked for me. However, even if I can get that resolved, I would like to suppress "satisfied expectations".
Thanks.