aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/test_gem_commands_setup_command.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-06-12 17:16:37 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-15 21:20:37 +0900
commit49c42b6012264890bedb572e5e0c6fc4750aaf9a (patch)
treebf54687ce25e19035c0ed816f4b952eaaabb381c /test/rubygems/test_gem_commands_setup_command.rb
parent2b4abcff90a3c4c4d07e0929e1f99afbfeb57a4e (diff)
downloadruby-49c42b6012264890bedb572e5e0c6fc4750aaf9a.tar.gz
Remove encoding magic comments
They are no longer needed since ruby 2.0.
Diffstat (limited to 'test/rubygems/test_gem_commands_setup_command.rb')
-rw-r--r--test/rubygems/test_gem_commands_setup_command.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_commands_setup_command.rb b/test/rubygems/test_gem_commands_setup_command.rb
index e0711482f5..5c619840c7 100644
--- a/test/rubygems/test_gem_commands_setup_command.rb
+++ b/test/rubygems/test_gem_commands_setup_command.rb
@@ -1,4 +1,3 @@
-# coding: UTF-8
# frozen_string_literal: true
require 'rubygems/test_case'