Skip to content

Commit

Permalink
Fix typo in ActionCable::Connection::TestCase reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardotk002 committed Jan 25, 2019
1 parent 5f7d599 commit 4409ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/testing.md
Expand Up @@ -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

Expand Down

0 comments on commit 4409ab1

Please sign in to comment.