We've been working with the ParameterMatchers (so cool!) but I don't see a way to insure a method is called with no arguments. I imagined something like: user = mock('User') user.expects(:friends).with(nothing) Anyone run into this?