1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
duerst 2016-05-22 08:25:18 +00:00
parent de305716c2
commit 0bf2e5c70b
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Sun May 22 17:25:18 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
* test/ruby/enc/test_case_options.rb: adjust test class name
to match file name
Sun May 22 17:24:07 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
* rename test/ruby/enc/test_casing_options.rb to test_case_options.rb

View file

@ -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) }