summaryrefslogtreecommitdiff
path: root/test/ruby/enc/test_case_options.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/enc/test_case_options.rb')
-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) }