Way to use postgresql and avoid testunit by default in rails 3.2?

Viewed 3116

I'm tired of typing $ rails new [app name] -d postgresql --skip-test-unit every time I start a new rails app. I'm using rails 3.2.

Is there any way to make using postresql and skipping test unit my default for new rails apps?

1 Answers
Related