We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bcf657 commit bb2d24eCopy full SHA for bb2d24e
1 file changed
test/subscription_adapter/postgresql_test.rb
@@ -11,7 +11,7 @@ class PostgresqlAdapterTest < ActionCable::TestCase
11
include ChannelPrefixTest
12
13
def setup
14
- database_config = { "adapter" => "postgresql", "database" => "activerecord_unittest" }
+ database_config = { "adapter" => "postgresql", "database" => "activerecord_unittest", "url" => ENV["DATABASE_URL"] }
15
ar_tests = File.expand_path("../../../activerecord/test", __dir__)
16
if Dir.exist?(ar_tests)
17
require File.join(ar_tests, "config")
0 commit comments