closure_tree icon indicating copy to clipboard operation
closure_tree copied to clipboard

Switch to Minitest

Open seuros opened this issue 6 years ago • 3 comments

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.

seuros avatar Jul 04 '18 16:07 seuros

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

Hi! Do you have an example please?

n-rodriguez avatar Jul 09 '18 12:07 n-rodriguez

@n-rodriguez : https://travis-ci.org/ClosureTree/closure_tree/jobs/400030500

seuros avatar Jul 09 '18 21:07 seuros

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.

hayesr avatar Jul 11 '18 14:07 hayesr