roadmap icon indicating copy to clipboard operation
roadmap copied to clipboard

Update `database.yml.sample`: add separate test db

Open aaronskiba opened this issue 8 months ago • 0 comments

Fixes #3396

Changes proposed in this PR:

  • Prior to this change, config/database.yml was configured such that running tests would be executed against the dev db. This would result in the dev db being destroyed after tests. This change ensures that the tests are executed against a separate test db and that the dev db persists while testing.
  • NOTE: config/database.yml is set via the cp 'config/database.yml.sample', 'config/database.yml' step when bin/setup postgresql is executed.

aaronskiba avatar May 01 '25 22:05 aaronskiba