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:
parent
24b53b1f3a
commit
3f6bfe49db
Notes:
git
2022-01-07 01:03:59 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue