1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update test/ruby/test_module.rb

Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
This commit is contained in:
Jeremy Evans 2022-01-05 22:23:48 -08:00
parent 24b53b1f3a
commit 3f6bfe49db
Notes: git 2022-01-07 01:03:59 +09:00

View file

@ -526,7 +526,7 @@ class TestModule < Test::Unit::TestCase
super
end
end.new
assert_equal(true, m < Enumerable)
assert_operator(m, :<, Enumerable)
end
def test_prepend_self