From 7d10ce1c92a586f4434d1a4b7e1b2614ef8ad6a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Dahl=20M=C3=B8llerh=C3=B8j?= Date: Tue, 16 Mar 2021 23:57:22 +0100 Subject: [PATCH] fix typo --- actionpack/test/controller/live_stream_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/test/controller/live_stream_test.rb b/actionpack/test/controller/live_stream_test.rb index 8e210da755..6d008144ae 100644 --- a/actionpack/test/controller/live_stream_test.rb +++ b/actionpack/test/controller/live_stream_test.rb @@ -331,7 +331,7 @@ module ActionController assert_match "my.csv", @response.headers["Content-Disposition"] end - def test_send_stream_with_optons + def test_send_stream_with_options get :send_stream_with_options assert_equal %[{ name: "David", age: 41 }], @response.body assert_equal "application/json", @response.headers["Content-Type"]