Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate off test of RDoc::RubygemsHook #749

Merged
merged 5 commits into from
Oct 29, 2019

Conversation

aycabta
Copy link
Member

@aycabta aycabta commented Oct 26, 2019

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.

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.
@aycabta aycabta force-pushed the separate-off-rubygems-test branch from 99dc0c8 to 1d36e5b Compare October 26, 2019 20:46
@aycabta aycabta force-pushed the separate-off-rubygems-test branch from 1d36e5b to 946d259 Compare October 27, 2019 16:51
@aycabta aycabta merged commit 2db7aec into ruby:master Oct 29, 2019
@aycabta aycabta deleted the separate-off-rubygems-test branch October 29, 2019 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant