summaryrefslogtreecommitdiff
path: root/test/net/smtp
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-12 12:17:33 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-12 12:17:33 +0000
commit6ca3028eecbd43a7ffa415748a866482bd159b53 (patch)
tree3f3dacc62805b552bdf9a63e7615cf25061c391b /test/net/smtp
parent14a730e91ee6176cc60ba3fc1cd368e47bd2f7b0 (diff)
lib/net/smtp.rb: Specify frozen_string_literal: true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/net/smtp')
-rw-r--r--test/net/smtp/test_response.rb2
-rw-r--r--test/net/smtp/test_smtp.rb2
-rw-r--r--test/net/smtp/test_ssl_socket.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/net/smtp/test_response.rb b/test/net/smtp/test_response.rb
index 79ac1d2d32..3cf909a762 100644
--- a/test/net/smtp/test_response.rb
+++ b/test/net/smtp/test_response.rb
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
require 'net/smtp'
require 'test/unit'
diff --git a/test/net/smtp/test_smtp.rb b/test/net/smtp/test_smtp.rb
index 89a08cb17b..3a9749504d 100644
--- a/test/net/smtp/test_smtp.rb
+++ b/test/net/smtp/test_smtp.rb
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
require 'net/smtp'
require 'stringio'
require 'test/unit'
diff --git a/test/net/smtp/test_ssl_socket.rb b/test/net/smtp/test_ssl_socket.rb
index 354f413040..342391f159 100644
--- a/test/net/smtp/test_ssl_socket.rb
+++ b/test/net/smtp/test_ssl_socket.rb
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
require 'net/smtp'
require 'test/unit'