aboutsummaryrefslogtreecommitdiffstats
path: root/test/uri
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-16 05:07:31 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-16 05:07:31 +0000
commit3e92b635fb5422207b7bbdc924e292e51e21f040 (patch)
tree584f90b868188077c435bf144e15e66540a73acd /test/uri
parentf6f7073e125ff903b77b8cb982a7417d96d51902 (diff)
downloadruby-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/uri')
-rw-r--r--test/uri/test_common.rb1
-rw-r--r--test/uri/test_ftp.rb1
-rw-r--r--test/uri/test_generic.rb1
-rw-r--r--test/uri/test_http.rb1
-rw-r--r--test/uri/test_ldap.rb1
-rw-r--r--test/uri/test_mailto.rb1
-rw-r--r--test/uri/test_parser.rb1
7 files changed, 7 insertions, 0 deletions
diff --git a/test/uri/test_common.rb b/test/uri/test_common.rb
index 562041535e..4a7300fce7 100644
--- a/test/uri/test_common.rb
+++ b/test/uri/test_common.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: false
require 'test/unit'
require 'uri'
diff --git a/test/uri/test_ftp.rb b/test/uri/test_ftp.rb
index cc6843e60f..0eec984db8 100644
--- a/test/uri/test_ftp.rb
+++ b/test/uri/test_ftp.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: false
require 'test/unit'
require 'uri/ftp'
diff --git a/test/uri/test_generic.rb b/test/uri/test_generic.rb
index 941d8ffa02..eda6497da2 100644
--- a/test/uri/test_generic.rb
+++ b/test/uri/test_generic.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: false
require 'test/unit'
require 'uri'
diff --git a/test/uri/test_http.rb b/test/uri/test_http.rb
index 5d04e8cc6d..1125988602 100644
--- a/test/uri/test_http.rb
+++ b/test/uri/test_http.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: false
require 'test/unit'
require 'uri/http'
diff --git a/test/uri/test_ldap.rb b/test/uri/test_ldap.rb
index a4cdbff275..adad4454b5 100644
--- a/test/uri/test_ldap.rb
+++ b/test/uri/test_ldap.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: false
require 'test/unit'
require 'uri/ldap'
diff --git a/test/uri/test_mailto.rb b/test/uri/test_mailto.rb
index 9001835d28..4e3b0425fa 100644
--- a/test/uri/test_mailto.rb
+++ b/test/uri/test_mailto.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: false
require 'test/unit'
require 'uri/mailto'
diff --git a/test/uri/test_parser.rb b/test/uri/test_parser.rb
index 188b4f858c..757ac86c74 100644
--- a/test/uri/test_parser.rb
+++ b/test/uri/test_parser.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: false
require 'test/unit'
require 'uri'