Scott Taylor <[EMAIL PROTECTED]> writes:

> As for #3, I'm
> pretty sure that Ruby's method_missing allows one to raise an
> exception easily.  Not sure what a Javascript mocking framework would
> do in this case.

I'm not sure that I buy that this feature is very important.  Both
Javascript and Ruby blow up when you call a method that doesn't exist on
it anyway.  What's the difference between "Received unexpected message
'foo'" and "NoMethodError 'foo'"?

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

Reply via email to