[rspec-users] Mock should receive no messages?
Sebastian W.
lists at ruby-forum.com
Wed Jun 3 14:19:37 EDT 2009
David Chelimsky wrote:
> On Wed, Jun 3, 2009 at 12:46 PM, Sebastian W. <lists at ruby-forum.com>
> wrote:
>> Hello all,
>> Is there a way to explicitly tell a mock to expect no messages and give
>> an error if it does? I believe this is the default behavior, but thought
>> it might be nice for code readers to see.
>
> You can tell it to expect not to receive a specific message, but there
> is no way to say that it should not receive any messages.
>
> Cheers,
> David
Okay, cool - feature request? : )
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list