Disabling a set of tests?

Hi all,

Part of the integration test suite involves running against a sandbox
on Paypal’s server.

Lately that server’s been acting flakely. It doesn’t fail all the
time, but enough to confuse people.

I made pending some tests that looked like they were repeat offenders,
but now I’m seeing the same thing appear elsewhere. Is there any way
to disable all the tests in a spec file at once?

Will.

At the top of the file put…

END

Zach

On Mar 14, 2008, at 1:46 PM, Will S. wrote:

to disable all the tests in a spec file at once?
I like to use xit(“Specs temporarily disable at: #{FILE}:#
{LINE}”) { … }

Scott