Ignore blocks to Test::Unit::Assertions#pend silently
Although pend in test-unit gem expects the block does not pass if it
is given, our pend should ignore the block silently as same as it
just skips the test with no message by default. Add an unused
parameter, to suppress the warning for the block to be ignored.
Ignore blocks to
Test::Unit::Assertions#pend
silentlyAlthough
pend
in test-unit gem expects the block does not pass if itis given, our
pend
should ignore the block silently as same as itjust skips the test with no message by default. Add an unused
parameter, to suppress the warning for the block to be ignored.