From 4409ab1006b896bca9fdb1b7e8805c73d6e76ebb Mon Sep 17 00:00:00 2001 From: Ricardo Diaz Date: Thu, 24 Jan 2019 20:35:58 -0500 Subject: Fix typo in ActionCable::Connection::TestCase reference --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/testing.md b/guides/source/testing.md index 61353e8e7d..9667521f3b 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -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 -- cgit v1.2.3