* test/ruby: fixed nonsense assertions.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-04-29 05:33:43 +00:00
parent 4c205de3e6
commit e1cc514073
8 changed files with 12 additions and 10 deletions

View file

@ -241,7 +241,7 @@ class TestModule < Test::Unit::TestCase
"foo"
end
end
assert("foo", Other.class_eval_test)
assert_equal("foo", Other.class_eval_test)
assert_equal([Other], Other.class_eval { |*args| args })
end