diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-16 05:07:31 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-16 05:07:31 +0000 |
commit | 3e92b635fb5422207b7bbdc924e292e51e21f040 (patch) | |
tree | 584f90b868188077c435bf144e15e66540a73acd /test/net/http/test_http.rb | |
parent | f6f7073e125ff903b77b8cb982a7417d96d51902 (diff) | |
download | bundler-3e92b635fb5422207b7bbdc924e292e51e21f040.tar.gz |
Add frozen_string_literal: false for all files
When you change this to true, you may need to add more tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/net/http/test_http.rb')
-rw-r--r-- | test/net/http/test_http.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/net/http/test_http.rb b/test/net/http/test_http.rb index 714e576cc1..d8983e91cd 100644 --- a/test/net/http/test_http.rb +++ b/test/net/http/test_http.rb @@ -1,4 +1,5 @@ # coding: US-ASCII +# frozen_string_literal: false require 'test/unit' require 'net/http' require 'stringio' |