aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actioncable/test/channel/base_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/test/channel/base_test.rb b/actioncable/test/channel/base_test.rb
index d5997c0273..b8b3c6a139 100644
--- a/actioncable/test/channel/base_test.rb
+++ b/actioncable/test/channel/base_test.rb
@@ -137,7 +137,7 @@ class ActionCable::Channel::BaseTest < ActiveSupport::TestCase
assert_equal [ :chatters ], @channel.last_action
end
- test "should dispatch recieve action when perform_action is called with empty action" do
+ test "should dispatch receive action when perform_action is called with empty action" do
data = { 'content' => 'hello' }
@channel.perform_action data
assert_equal [ :receive ], @channel.last_action