summaryrefslogtreecommitdiff
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
commit0bf2e5c70bd153db6dd0d49552ad4db1a18a6097 (patch)
tree7644499ede5ffbe2c130bbc6aad43cc4d49614a3 /test
parentde305716c2166156e96e361962fe4042ff95e548 (diff)
* 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) }