On Wed, Jun 3, 2009 at 10:46 AM, Sebastian W. <li...@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.

Document it in the mock object's name.

my_mock = mock('never receives a message')

I don't see any reason why something should be added to RSpec core.

Pat
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to