From 0bf2e5c70bd153db6dd0d49552ad4db1a18a6097 Mon Sep 17 00:00:00 2001 From: duerst Date: Sun, 22 May 2016 08:25:18 +0000 Subject: * 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 --- test/ruby/enc/test_case_options.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/enc') 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) } -- cgit v1.2.3