Project

General

Profile

« Previous | Next » 

Revision cb95d834

Added by st0012 (Stan Lo) over 2 years ago

[ruby/irb] Don't insert new methods to Test::Unit::TestCase

Ruby CI runs irb and other Ruby core/stdlib tests in the same process.
So adding irb-specific helper to Test::Unit::TestCase could potentially
pollute other components' tests and should be avoided.