Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address uninitialized constant PostgresqlAdapterTest::ChannelPrefixTest (NameError) #35279

Merged
merged 1 commit into from Feb 15, 2019

Conversation

yahonda
Copy link
Member

@yahonda yahonda commented Feb 15, 2019

Summary

This pull request addresses the following error.
It has been reported at https://travis-ci.org/rails/rails/jobs/493530508#L1533

$ cd actioncable
$ 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)

Follow up #35276

…st (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 rails#35276
@matthewd matthewd merged commit 16e2351 into rails:master Feb 15, 2019
@yahonda yahonda deleted the pg_channel_prefix branch March 9, 2019 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants