Re: [rspec-users] shoud error

2009-04-30 Thread Nicholas Van Weerdenburg
That would be it. I got confused between @messenger (StringIO) in Cucumber and @messenger in RSpec (mock) in the RSpec book and though I was looking at a StringIO object. Thanks, Nick On Thu, Apr 30, 2009 at 8:59 AM, David Chelimsky wrote: > On Thu, Apr 30, 2009 at 7:51 AM, Nicholas Van Weerdenbu

Re: [rspec-users] shoud error

2009-04-30 Thread David Chelimsky
On Thu, Apr 30, 2009 at 7:51 AM, Nicholas Van Weerdenburg wrote: > Hi, > I had some tests where I accidently used ".shoud" instead of ".should". > There was no error, and all tests passed no matter what. Is the the correct > behaviour or should there be an error if you mispell should? Normally th

[rspec-users] shoud error

2009-04-30 Thread Nicholas Van Weerdenburg
Hi, I had some tests where I accidently used ".shoud" instead of ".should". There was no error, and all tests passed no matter what. Is the the correct behaviour or should there be an error if you mispell should? Thanks, Nick ___ rspec-users mailing lis