You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RDoc uses test-unit but RubyGems uses minitest. RDoc::RubygemsHook is a part
of RubyGems so its test also uses minitest. Rakefile of RDoc runs both tests
at one time so always only RDoc::RubygemsHook's test runs. All other tests do
never be run. So modified Rakefile to be run both tests separately.
0 commit comments