master
 1test: &test
 2  adapter: postgresql
 3  database: app_test
 4  encoding: unicode
 5  username: postgres
 6
 7production:
 8  <<: *test
 9
10cucumber:
11  <<: *test