From c5038b22eb30d01d592ba131848775e79963a3de Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 5 Feb 2014 06:41:00 +0000 Subject: [PATCH] assertions.rb: remove extra period * lib/test/unit/assertions.rb (assert_raise): remove extra period, which will be appended by `message`. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/test/unit/assertions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/test/unit/assertions.rb b/lib/test/unit/assertions.rb index 7fdd61dd55..98d01df754 100644 --- a/lib/test/unit/assertions.rb +++ b/lib/test/unit/assertions.rb @@ -92,7 +92,7 @@ module Test exp = exp.first if exp.size == 1 - flunk(message(msg) {"#{mu_pp(exp)} expected but nothing was raised."}) + flunk(message(msg) {"#{mu_pp(exp)} expected but nothing was raised"}) end # :call-seq: