Skip to content

Commit b18e6ba

Browse files
committed
add connection_identifier assertion to ConnectionStub test
1 parent 5d61773 commit b18e6ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actioncable/test/channel/test_case_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def test_connection_identifiers
6262

6363
assert_equal "John", subscription.username
6464
assert subscription.admin
65+
assert_equal "John:true", connection.connection_identifier
6566
end
6667
end
6768

0 commit comments

Comments
 (0)