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

Add helpful section upgrading to MT6 #828

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

fzakaria
Copy link

Add section explaining use of ffast to help migrate code easily to the new expectation sequence.

I recently migrated our version of Minitest on a very large codebase and we've been hit with a ton of DEPRECATED warnings.

Relying on AST transformation is a great way to easily migrate the codebase to use the new style.

There are even more advanced concepts in the fast library such as "experiments"; which can run minitest following every change. The amount documented here should be a great starting point for others thought!

Add section explaining use of ffast to help migrate
code easily to the new expectation sequence.
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.

None yet

1 participant