зеркало из https://github.com/github/ruby.git
test_super.rb: rename
* test/ruby/test_super.rb (TestSuper#test_double_include2): rename to get rid of redefinition. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
2e2245bf18
Коммит
e421410edc
|
@ -244,7 +244,7 @@ class TestSuper < Test::Unit::TestCase
|
|||
A.send(:include, Override)
|
||||
end
|
||||
|
||||
def test_double_include
|
||||
def test_double_include2
|
||||
assert_equal([:Base, :Override, :A, :Override, :B],
|
||||
DoubleInclude2::B.new.foo)
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче