Skip to content

Commit

Permalink
Disable ActiveRecord Connection Reaper in test (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon authored May 18, 2022
1 parent ee6716b commit cac5e76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/test_app/config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ development:
test:
<<: *default
database: good_job_test
reaping_frequency: 0

# As with config/credentials.yml, you never want to store sensitive information,
# like your database password, in your source code. If your source code is
Expand Down

0 comments on commit cac5e76

Please sign in to comment.