Skip to content

Commit cee13ee

Browse files
committed
Support use of multiple test databases
1 parent 5751bde commit cee13ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ staging:
2222

2323
test:
2424
<<: *default
25-
database: diaper_test
25+
database: diaper_test<%= ENV['TEST_ENV_NUMBER'] %>
2626
timeout: 5000
2727

2828
# These env vars live in Cloud66 application settings. Don't change

0 commit comments

Comments
 (0)