brianmario / yajl-ruby

A streaming JSON parsing and encoding library for Ruby (C bindings to yajl)
http://rdoc.info/projects/brianmario/yajl-ruby
MIT License
1.48k stars 169 forks source link

Start porting stuff to minitest #184

Open brianmario opened 6 years ago

brianmario commented 6 years ago

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.