test/module.rb: rename to pass the spell check

This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-02-26 13:17:52 +09:00
parent 921d632615
commit 384579fd21
+2 -2
View File
@@ -565,8 +565,8 @@ end
bug6662 = '[ruby-dev:45868]'
c2 = labeled_class("c2", c)
anc = c2.ancestors
assert_equal([c2, m, c, Object], anc[0..anc.index(Object)], bug6662)
as = c2.ancestors
assert_equal([c2, m, c, Object], as[0..as.index(Object)], bug6662)
end
assert 'Module#prepend + Module#ancestors' do