Skip to content

Commit a6d7369

Browse files
committed
Add missing back ticks for channel specs doc
1 parent a6d6e5d commit a6d7369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/channel_specs/channel_spec.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Feature: channel spec
44
Channel specs are marked by `:type => :channel` or if you have set
55
`config.infer_spec_type_from_file_location!` by placing them in `spec/channels`.
66

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
88
of the behavior and assertions that it provides, in addition to RSpec's own
99
behavior and expectations.
1010

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
1212
test connection behavior.
1313

1414
Background:

0 commit comments

Comments
 (0)