Commit 1966716
Changed files (2)
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