aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/subscription_adapter/postgresql_test.rb
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2019-02-15 13:47:16 +1030
committerGitHub <noreply@github.com>2019-02-15 13:47:16 +1030
commit16e235126ef0187a93b81ee959a8127097e2f394 (patch)
tree21d36f99ed80d5b77cf5a578e01258c35a2b98d5 /actioncable/test/subscription_adapter/postgresql_test.rb
parent79b8b626216b4f8f24b5606f3edd43d5b14cd2a6 (diff)
parent15e37b1fade3786ce13a2c81fedc55baccf45f34 (diff)
downloadrails-16e235126ef0187a93b81ee959a8127097e2f394.tar.gz
rails-16e235126ef0187a93b81ee959a8127097e2f394.tar.bz2
rails-16e235126ef0187a93b81ee959a8127097e2f394.zip
Merge pull request #35279 from yahonda/pg_channel_prefix
Address uninitialized constant PostgresqlAdapterTest::ChannelPrefixTest (NameError)
Diffstat (limited to 'actioncable/test/subscription_adapter/postgresql_test.rb')
-rw-r--r--actioncable/test/subscription_adapter/postgresql_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actioncable/test/subscription_adapter/postgresql_test.rb b/actioncable/test/subscription_adapter/postgresql_test.rb
index d262536d61..4348eb1b1e 100644
--- a/actioncable/test/subscription_adapter/postgresql_test.rb
+++ b/actioncable/test/subscription_adapter/postgresql_test.rb
@@ -2,6 +2,7 @@
require "test_helper"
require_relative "common"
+require_relative "channel_prefix"
require "active_record"