Commit 1966716

mo khan <mo@mokhan.ca>
2016-04-21 15:21:37
add cucumber group to database.yml.
1 parent 4a1f9af
config/database.yml.example
@@ -83,3 +83,6 @@ production:
   database: stronglifters_production
   username: stronglifters
   password: <%= ENV['APP_DATABASE_PASSWORD'] %>
+
+cucumber:
+  <<: *test
config/database.yml.travis
@@ -5,7 +5,7 @@ test:
   username: postgres
 
 production:
-  adapter: postgresql
-  database: app_test
-  encoding: unicode
-  username: postgres
+  <<: *test
+
+cucumber:
+  <<: *test