views:

233

answers:

1

Kinda odd question here: when you go with rpsec instead of test::unit on rails, what do you do with the test dir? Keep it (for any compatibility issues maybe?) or remove it?

A: 

I have always kept it, in case some plugin or generator expects to find it there.

If you don't like having the test directory, I suggest you try to remove it and see if it works. You can always recreate it later, if you notice that you need it.

Antti Tarvainen