Generate a new project without the included testing and with a postgres database:
rails new MyApp -T --database=postgresql
Add rspec, capybara, factory_girl, launchy and database cleaner to gemfile:
group :development, :test do
gem 'rspec-rails'
gem 'capybara'