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:
parent
c512cfdb1f
commit
c5038b22eb
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue