- Use Minitest _() syntax to get rid of deprecation warnings. (@The-Alchemist)
- Removed support for Ruby <2, Minitest <5.
- Convert remaining use of MiniTest to Minitest. (@manuelvanrijn)
Lazily (not) documented here.
- Remove backwards compatibility for
__dir__
. (Thanks @brennovich for noticiing.)
- Add support for tags for command line filtering.
- Do not desctructively extract metadata from additional_desc.
- Use ALL additional_desc as metadata.
- Total rewrite.
- Fix bug with
it
clashing withdescribe
when they were on the same level. (@jrochkind) - Remove
spec_description
. Just useself.class.desc
- Rename
spec_descriptions
todescs
(to try to stay close to Minitest naming) and moved it to the spec class level. - Rename
spec_additional_description
toadditional_desc
(that's what Minitest calls it) and moved it to the spec class level. - Rename
MiniSpec
toMinispec
. The gem is named like it should be camel-cased this way.