mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
test/module.rb: rename to pass the spell check
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user