mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
92dc9e55be
commit
dd80902fa4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class TestCasingOptions < Test::Unit::TestCase
|
|||
assert_raise(ArgumentError) { arg.capitalize *options }
|
||||
assert_raise(ArgumentError) { arg.swapcase *options }
|
||||
end
|
||||
|
||||
|
||||
def assert_raise_bang_operations (arg, *options)
|
||||
assert_raise(ArgumentError) { arg.upcase! *options }
|
||||
assert_raise(ArgumentError) { arg.downcase! *options }
|
||||
|
|
Loading…
Add table
Reference in a new issue