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

use method provided by minitest #23799

Merged
merged 1 commit into from Feb 21, 2016

Conversation

y-yagi
Copy link
Member

@y-yagi y-yagi commented Feb 21, 2016

The process of converting Test to String is already defined in minitest.
I think it is better to use that for the consistency of output content.

ref: https://github.com/seattlerb/minitest/blob/master/lib/minitest/test.rb#L261..L267

The process of converting `Test` to `String` is already defined in minitest.
I think it is better to use that for the consistency of output content.

ref: https://github.com/seattlerb/minitest/blob/master/lib/minitest/test.rb#L261..L267
@rails-bot
Copy link

r? @eileencodes

(@rails-bot has picked a reviewer for you, use r? to override)

kaspth added a commit that referenced this pull request Feb 21, 2016
@kaspth kaspth merged commit 003633c into rails:master Feb 21, 2016
@kaspth
Copy link
Contributor

kaspth commented Feb 21, 2016

Thanks!

@y-yagi
Copy link
Member Author

y-yagi commented Feb 21, 2016

😄

@y-yagi y-yagi deleted the use_method_provided_by_minitest branch February 21, 2016 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants