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
@ -92,7 +92,7 @@ module Test
|
|||||||
|
|
||||||
exp = exp.first if exp.size == 1
|
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
|
end
|
||||||
|
|
||||||
# :call-seq:
|
# :call-seq:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user