Hi,
I'd like to create some unit tests that don't get ran automatically (i.e. stuff that talks to remote servers, performance tests that require inserting a billion rows, etc). What's the best way of doing that? Where would the tests go? I assume that to run them I'd just create another rake task.
Thanks, Joe