1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2014-02-05 06:41:00 +00:00
parent c512cfdb1f
commit c5038b22eb

View file

@ -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: