summaryrefslogtreecommitdiff
path: root/test/spec_media_type.rb
diff options
context:
space:
mode:
authorDillon Welch <daw0328@gmail.com>2018-04-13 21:48:52 -0700
committerDillon Welch <daw0328@gmail.com>2018-04-13 22:11:19 -0700
commit4a2b1ecdcb8cac5a5ebf4d6829b973759e9ba9d8 (patch)
tree62572f49993c5b06cd600fb71a952850bfe52e0b /test/spec_media_type.rb
parent4786af0d089f85ec1f14717523b2b4bbcadd18f9 (diff)
downloadrack-4a2b1ecdcb8cac5a5ebf4d6829b973759e9ba9d8.tar.gz
Add frozen_string_literal: true to remaining files
See https://github.com/rack/rack/issues/1243 for history of this task
Diffstat (limited to 'test/spec_media_type.rb')
-rw-r--r--test/spec_media_type.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/spec_media_type.rb b/test/spec_media_type.rb
index 1d9f0fc3..1491acaa 100644
--- a/test/spec_media_type.rb
+++ b/test/spec_media_type.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require 'minitest/autorun'
require 'rack/media_type'