Skip to content

Commit 84978e1

Browse files
Lykospirj
authored andcommitted
Changed message in have_broadcasted_to test
Previously it was "successfully subscribes" which has very little to do with this particular test. Probably it's an artifact from copying the more general action cable tests somewhere. I found this because it shows up on documentation when googling the have_broascasted_for matcher. The message I chose is consistent with the others in this file: all existing similar tests have this message.
1 parent 5f54d78 commit 84978e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/matchers/have_broadcasted_matcher.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Feature: have_broadcasted matcher
105105
require "rails_helper"
106106
107107
RSpec.describe ChatChannel, type: :channel do
108-
it "successfully subscribes" do
108+
it "matches with stream name" do
109109
user = User.new(42)
110110
111111
expect {

0 commit comments

Comments
 (0)