diff options
author | alkesh26 <alkesh26@gmail.com> | 2019-01-17 22:02:35 +0530 |
---|---|---|
committer | alkesh26 <alkesh26@gmail.com> | 2019-01-17 22:02:35 +0530 |
commit | 393566c2506ad5cc37347e7e5add8ef20ccf1839 (patch) | |
tree | a322dfed303110938be029fc2ca9fda0578efc2e /actioncable/test/client_test.rb | |
parent | ade479f2b5c49c7906f60cec339cb7a8aafd502a (diff) | |
download | rails-393566c2506ad5cc37347e7e5add8ef20ccf1839.tar.gz rails-393566c2506ad5cc37347e7e5add8ef20ccf1839.tar.bz2 rails-393566c2506ad5cc37347e7e5add8ef20ccf1839.zip |
typo fixes in action cable
Diffstat (limited to 'actioncable/test/client_test.rb')
-rw-r--r-- | actioncable/test/client_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/test/client_test.rb b/actioncable/test/client_test.rb index e5f43488c4..bf141df458 100644 --- a/actioncable/test/client_test.rb +++ b/actioncable/test/client_test.rb @@ -140,7 +140,7 @@ class ClientTest < ActionCable::TestCase end end - ws.on(:close) do |event| + ws.on(:close) do |_| closed.set end end |