Fix typo in ActionCable::Connection::TestCase reference

This commit is contained in:
Ricardo Diaz 2019-01-24 20:35:58 -05:00
parent 5f7d5995a6
commit 4409ab1006

@ -1815,7 +1815,7 @@ class WebNotificationsChannelTest < ActionCable::Channel::TestCase
end
```
See the API documentation for [`AcionCable::Channel::TestCase`](http://api.rubyonrails.org/classes/ActionCable/Channel/TestCase.html) for more information.
See the API documentation for [`ActionCable::Channel::TestCase`](http://api.rubyonrails.org/classes/ActionCable/Channel/TestCase.html) for more information.
### Custom Assertions And Testing Broadcasts Inside Other Components