зеркало из https://github.com/github/ruby.git
Fix typos
This commit is contained in:
Родитель
fdfad90522
Коммит
79f0e7aafd
|
@ -3,7 +3,7 @@ require 'test/unit'
|
|||
require "-test-/struct"
|
||||
|
||||
class Bug::Struct::Test_Duplicate < Test::Unit::TestCase
|
||||
def test_new_dupilicate
|
||||
def test_new_duplicate
|
||||
bug12291 = '[ruby-core:74971] [Bug #12291]'
|
||||
assert_raise_with_message(ArgumentError, /duplicate member/, bug12291) {
|
||||
Bug::Struct.new_duplicate(nil, "a")
|
||||
|
@ -13,7 +13,7 @@ class Bug::Struct::Test_Duplicate < Test::Unit::TestCase
|
|||
}
|
||||
end
|
||||
|
||||
def test_new_dupilicate_under
|
||||
def test_new_duplicate_under
|
||||
bug12291 = '[ruby-core:74971] [Bug #12291]'
|
||||
assert_raise_with_message(ArgumentError, /duplicate member/, bug12291) {
|
||||
Bug::Struct.new_duplicate_under("x", "a")
|
||||
|
|
Загрузка…
Ссылка в новой задаче