From d2f9b8e800136e7587e8cd62bc3d9e5cb1be6f3b Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Thu, 21 Mar 2019 11:15:52 +0900 Subject: Address rubocop offences --- actionpack/test/controller/new_base/content_negotiation_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/test/controller/new_base/content_negotiation_test.rb b/actionpack/test/controller/new_base/content_negotiation_test.rb index 00b2798aeb..548fa4300d 100644 --- a/actionpack/test/controller/new_base/content_negotiation_test.rb +++ b/actionpack/test/controller/new_base/content_negotiation_test.rb @@ -32,7 +32,7 @@ module ContentNegotiation test "Unregistered mimes are ignored" do get "/content_negotiation/basic/all", headers: { "HTTP_ACCEPT" => "text/plain, mime/another" } - assert_body '[:text]' + assert_body "[:text]" end end end -- cgit v1.2.3