We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f0b95 commit 5186ff2Copy full SHA for 5186ff2
features/matchers/have_stream_from_matcher.feature
@@ -4,7 +4,7 @@ Feature: have_stream_from matcher
4
The `have_stream_from` matcher is used to check if a channel has been subscribed to a given stream specified as a String.
5
If you use `stream_for` in you channel to subscribe to a model, use `have_stream_for` matcher instead.
6
7
- The `have_no_streams` matcher is used to check if a channe hasn't been subscribed to any stream.
+ The `have_no_streams` matcher is used to check if a channel hasn't been subscribed to any stream.
8
9
It is available only in channel specs.
10
0 commit comments