[rspec-users] Argument Non-Matchers

2012-04-10 Thread Matt Hauck
Is there a way to specify a message expectation on an object to occur _without_ a particular argument? There is a particular function, which in some special circumstance takes a unique argument, but in normal circumstances does not take this unique argument. I want to say something like this:

Re: [rspec-users] Argument Non-Matchers

2012-04-10 Thread Justin Ko
On Apr 9, 2012, at 2:41 PM, Matt Hauck wrote: > Is there a way to specify a message expectation on an object to occur > _without_ a particular argument? > > There is a particular function, which in some special circumstance takes a > unique argument, but in normal circumstances does not take t