From 7f46fadd9d7f8ee32d9837a67e212f55e23666b8 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 12 Feb 2011 14:17:54 +0000 Subject: * lib/test/unit.rb (assert_include): add alias. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/pathname/test_pathname.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pathname') diff --git a/test/pathname/test_pathname.rb b/test/pathname/test_pathname.rb index 86b85b894a..8f2445eacd 100644 --- a/test/pathname/test_pathname.rb +++ b/test/pathname/test_pathname.rb @@ -532,7 +532,7 @@ class TestPathname < Test::Unit::TestCase def test_mountpoint? r = Pathname("/").mountpoint? - assert_includes([true, false], r) + assert_include([true, false], r) end def test_destructive_update -- cgit v1.2.3