1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actioncable/test/subscription_adapter
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
..
async_test.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
base_test.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
channel_prefix.rb Allow passing custom config to ActionCable::Server::Base 2019-02-12 17:17:46 -05:00
common.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
inline_test.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
postgresql_test.rb Address uninitialized constant PostgresqlAdapterTest::ChannelPrefixTest (NameError) 2019-02-15 02:10:38 +00:00
redis_test.rb Respect ENV variables when finding DBs etc for the test suite 2019-02-06 01:20:06 +10:30
subscriber_map_test.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
test_adapter_test.rb Add Action Cable test adapter 2018-08-19 19:06:30 -04:00