Introduce multisite tests for better coverage.

This commit is contained in:
Guo Xiang Tan
2017-08-07 22:05:13 +09:00
parent 9a0eb2eeb1
commit 2c39743d5d
6 changed files with 79 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ development:
test:
prepared_statements: false
adapter: postgresql
database: discourse_test
database: discourse_test<%= ENV['MULTISITE'] ? "_#{ENV['MULTISITE']}" : '' %>
min_messages: warning
pool: 5
timeout: 5000