vmg / rinku

Autolinking. Ruby. Yes, that's pretty much it.
ISC License
597 stars 67 forks source link

tests: switch to minitest 5 #48

Closed ktdreyer closed 8 years ago

ktdreyer commented 9 years ago

Ruby 1.9+ uses Minitest as the backend for Test::Unit, so we might as well update to the Minitest 5 API.

It would be a good idea to merge #47 before merging this PR. This PR will need a small rebase to account for the rake-compiler addition in rinku.gemspec.

ktdreyer commented 8 years ago

@vmg Thanks for merging #47 - I've rebased this branch today, so this PR is ready to merge as well

vmg commented 8 years ago

:ok_hand:

ktdreyer commented 8 years ago

Thanks!