On Tue, May 26, 2009 at 7:33 PM, Gary Lin <g...@employees.org> wrote:
> Hi,
>
> I wonder if there is any way to tell the test script to continue even when
> encountering an assertion failure?  The reason I am asking this is because I
> have a test flow that can take a long time to run and it would be very
> useful if I can perform all verification at the end of test flow in one shot
> rather than fail one and exit immediately.  Of course, I could break each
> verification point into separate test case, but then it will double or
> triple the overall execution time.  Does RSpec support this?

Nope. RSpec is all about isolated examples of small bits of behaviour.

>
> Thanks,
>
> --Gary
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to