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/test_helper_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/test_helper_test.rb')
-rw-r--r-- | actioncable/test/test_helper_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/test/test_helper_test.rb b/actioncable/test/test_helper_test.rb index 90e3dbf01f..02eaefc4f8 100644 --- a/actioncable/test/test_helper_test.rb +++ b/actioncable/test/test_helper_test.rb @@ -74,7 +74,7 @@ class TransmissionsTest < ActionCable::TestCase end end -class TransmitedDataTest < ActionCable::TestCase +class TransmittedDataTest < ActionCable::TestCase include ActionCable::TestHelper def test_assert_broadcast_on |