Project

General

Profile

« Previous | Next » 

Revision e884d650

Added by nobu (Nobuyoshi Nakada) 8 months ago

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.