File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ Feature: channel spec
4
4
Channel specs are marked by `:type => :channel` or if you have set
5
5
`config.infer_spec_type_from_file_location!` by placing them in `spec/channels`.
6
6
7
- A channel spec is a thin wrapper for an ActionCable::Channel::TestCase, and includes all
7
+ A channel spec is a thin wrapper for an ` ActionCable::Channel::TestCase` , and includes all
8
8
of the behavior and assertions that it provides, in addition to RSpec's own
9
9
behavior and expectations.
10
10
11
- It also includes helpers from ActionCable::Connection::TestCase to make it possible to
11
+ It also includes helpers from ` ActionCable::Connection::TestCase` to make it possible to
12
12
test connection behavior.
13
13
14
14
Background :
You can’t perform that action at this time.
0 commit comments