diff options
| author | mo khan <mo@mokhan.ca> | 2016-04-21 09:21:37 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2016-04-21 09:21:37 -0600 |
| commit | 1966716d31814fbaf4c8a330acab62dfe7dfc7c8 (patch) | |
| tree | 2dcf8383c4035d831d417824953c23149dbd3586 /config/database.yml.example | |
| parent | 4a1f9af46eb2c5d9395b81a025afbe0de4f5bc5c (diff) | |
add cucumber group to database.yml.
Diffstat (limited to 'config/database.yml.example')
| -rw-r--r-- | config/database.yml.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/database.yml.example b/config/database.yml.example index 17958e4..5e48fd7 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -83,3 +83,6 @@ production: database: stronglifters_production username: stronglifters password: <%= ENV['APP_DATABASE_PASSWORD'] %> + +cucumber: + <<: *test |
