I was a rspec fan for years, but that time has since passed ;)
This also brings in a couple of conventions I enjoy elsewhere like script/test and script/cibuild. The travis config has been updated to use script/cibuild, which now runs both the rspec and minitest suites.
For the moment, I've only moved a single rspec spec file over to minitest to prove out this approach. In an attempt to keep these small, I'm planning on merging this and opening more smaller pulls as I port more of the tests over until they're fully on minitest.
I was a rspec fan for years, but that time has since passed ;)
This also brings in a couple of conventions I enjoy elsewhere like
script/test
andscript/cibuild
. The travis config has been updated to usescript/cibuild
, which now runs both the rspec and minitest suites.For the moment, I've only moved a single rspec spec file over to minitest to prove out this approach. In an attempt to keep these small, I'm planning on merging this and opening more smaller pulls as I port more of the tests over until they're fully on minitest.