mirror of https://github.com/rails/rails
Merge pull request #35024 from calasyr/patch-1
Corrected spelling of ActionCable::Connection::TestCase [ci skip]
This commit is contained in:
commit
8642e3dce5
|
@ -1775,7 +1775,7 @@ test "connects with cookies" do
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
See the API documentation for [`AcionCable::Connection::TestCase`](http://api.rubyonrails.org/classes/ActionCable/Connection/TestCase.html) for more information.
|
See the API documentation for [`ActionCable::Connection::TestCase`](http://api.rubyonrails.org/classes/ActionCable/Connection/TestCase.html) for more information.
|
||||||
|
|
||||||
### Channel Test Case
|
### Channel Test Case
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue