Version 1.5.0 released

This version replaces optparse with a custom parser. Also includes various bug fixes and a new mspec tag --list TAG and --list-all command.
Added by Brian Ford 104 days ago

Summary of changes:

  • Replaced optparse with custom MSpecOptions parser that should not use any more advanced features than used in the specs (i.e. class/module, methods, procs).
  • Added ruby_exe helper to invoke spec subprocesses using the same Ruby executable as the one running the specs.
  • Added mspec tag --list TAG and --list-all commands. These commands list tagged specs that would actually be run (i.e. not any specs that would be omitted due to guards).
  • Various bug fixes.

Comments