rails/actioncable/test
Yasuo Honda 15e37b1fad Address uninitialized constant PostgresqlAdapterTest::ChannelPrefixTest (NameError)
```
$ bundle exec ruby -w -Itest test/subscription_adapter/postgresql_test.rb
Traceback (most recent call last):
	1: from test/subscription_adapter/postgresql_test.rb:8:in `<main>'
test/subscription_adapter/postgresql_test.rb:10:in `<class:PostgresqlAdapterTest>': uninitialized constant PostgresqlAdapterTest::ChannelPrefixTest (NameError)
```

https://travis-ci.org/rails/rails/jobs/493530508

Follow up #35276
2019-02-15 02:10:38 +00:00
..
channel Add Channel#broadcast_to 2019-01-22 15:14:35 -05:00
connection Update Action Cable connection testing. 2019-01-14 01:19:56 +01:00
javascript/src Replace `window` references in ActionCable with `self` 2019-01-14 17:44:35 -08:00
server Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block 2018-12-21 06:12:42 +09:00
stubs Remove redundant accessors 2018-06-11 16:39:50 +02:00
subscription_adapter Address uninitialized constant PostgresqlAdapterTest::ChannelPrefixTest (NameError) 2019-02-15 02:10:38 +00:00
client_test.rb typo fixes in action cable 2019-01-17 22:02:35 +05:30
test_helper.rb Simplify configuring of `ActionCable.server.config.logger` for actioncable tests 2018-08-23 12:36:19 +03:00
test_helper_test.rb typo fixes in action cable 2019-01-17 22:02:35 +05:30
worker_test.rb Inherit all actioncable's test classes from `ActionCable::TestCase` 2018-06-08 23:23:06 +03:00