aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-22 08:25:18 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-22 08:25:18 +0000
commit2270661e6367990cf4e7d6b7c05c5926391622c8 (patch)
tree7644499ede5ffbe2c130bbc6aad43cc4d49614a3 /test
parent866d9a20e189e6196ff2388f99cd199d89b6754e (diff)
downloadruby-2270661e6367990cf4e7d6b7c05c5926391622c8.tar.gz
* test/ruby/enc/test_case_options.rb: adjust test class name
to match file name git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/enc/test_case_options.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/enc/test_case_options.rb b/test/ruby/enc/test_case_options.rb
index 4150fc7036..761c92d51d 100644
--- a/test/ruby/enc/test_case_options.rb
+++ b/test/ruby/enc/test_case_options.rb
@@ -2,7 +2,7 @@
require "test/unit"
-class TestCasingOptions < Test::Unit::TestCase
+class TestCaseOptions < Test::Unit::TestCase
def assert_raise_functional_operations (arg, *options)
assert_raise(ArgumentError) { arg.upcase(*options) }
assert_raise(ArgumentError) { arg.downcase(*options) }