From 4a2b1ecdcb8cac5a5ebf4d6829b973759e9ba9d8 Mon Sep 17 00:00:00 2001 From: Dillon Welch Date: Fri, 13 Apr 2018 21:48:52 -0700 Subject: Add frozen_string_literal: true to remaining files See https://github.com/rack/rack/issues/1243 for history of this task --- test/spec_response.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/spec_response.rb') diff --git a/test/spec_response.rb b/test/spec_response.rb index b24cfd16..9bfe788d 100644 --- a/test/spec_response.rb +++ b/test/spec_response.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'minitest/autorun' require 'rack' require 'rack/response' -- cgit v1.2.1