From d8a010cea2e3eff57be5b416a8d43f87c023a130 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 25 Sep 2008 07:34:49 +0000 Subject: Not a typo. The name is better plural. Better English and more consistent with the other assertions. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/mini/test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/mini') diff --git a/lib/mini/test.rb b/lib/mini/test.rb index e8b12179e..88cc9deaf 100644 --- a/lib/mini/test.rb +++ b/lib/mini/test.rb @@ -129,7 +129,7 @@ module Mini assert o1.__send__(op, o2), msg end - def assert_raise *exp + def assert_raises *exp msg = String === exp.last ? exp.pop : nil should_raise = false begin -- cgit