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

Switch to Minitest #316

Open
seuros opened this issue Jul 4, 2018 · 3 comments
Open

Switch to Minitest #316

seuros opened this issue Jul 4, 2018 · 3 comments

Comments

@seuros
Copy link
Member

seuros commented Jul 4, 2018

Rspec is not always compatible with the latest changes in Rails.
Switching to minitest should be trivial and a good exercise for someone who want to get his/her hand on Opensource contributions.

Migrating to minitest should not be in one block, we can have both minitest and rspec running different tests until we migrate all.

We can use this thread to synchronize the effort and avoid the double work.

@n-rodriguez
Copy link
Contributor

n-rodriguez commented Jul 9, 2018

Rspec is not always compatible with the latest changes in Rails.

Hi! Do you have an example please?

@seuros
Copy link
Member Author

seuros commented Jul 9, 2018

@hayesr
Copy link

hayesr commented Jul 11, 2018

I've run into the RSpec compatibility wall too, though I think these days it's never long before RSpec catches up. I'm partial to Minitest even though I use RSpec day to day, so I'd be down to help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants