ruby-changes:32756
From: nobu <ko1@a...>
Date: Wed, 5 Feb 2014 15:41:06 +0900 (JST)
Subject: [ruby-changes:32756] nobu:r44835 (trunk): assertions.rb: remove extra period
nobu 2014-02-05 15:41:00 +0900 (Wed, 05 Feb 2014) New Revision: 44835 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44835 Log: assertions.rb: remove extra period * lib/test/unit/assertions.rb (assert_raise): remove extra period, which will be appended by `message`. Modified files: trunk/lib/test/unit/assertions.rb Index: lib/test/unit/assertions.rb =================================================================== --- lib/test/unit/assertions.rb (revision 44834) +++ lib/test/unit/assertions.rb (revision 44835) @@ -92,7 +92,7 @@ module Test https://github.com/ruby/ruby/blob/trunk/lib/test/unit/assertions.rb#L92 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: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/