From c43c83984792ac546e7610c898cf9099cc1a2ee6 Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Thu, 14 Feb 2019 13:59:10 -0500 Subject: feat: support channel_prefix in pg subscription adapter --- actioncable/test/subscription_adapter/postgresql_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actioncable/test/subscription_adapter/postgresql_test.rb') diff --git a/actioncable/test/subscription_adapter/postgresql_test.rb b/actioncable/test/subscription_adapter/postgresql_test.rb index 5fb26a8896..d262536d61 100644 --- a/actioncable/test/subscription_adapter/postgresql_test.rb +++ b/actioncable/test/subscription_adapter/postgresql_test.rb @@ -7,6 +7,7 @@ require "active_record" class PostgresqlAdapterTest < ActionCable::TestCase include CommonSubscriptionAdapterTest + include ChannelPrefixTest def setup database_config = { "adapter" => "postgresql", "database" => "activerecord_unittest" } -- cgit v1.2.3