Version 1.3.0 released
MSpec version 1.3.0 has been released. This version corrects the tallies for examples and expectations. It also enforces that an example must have some behavior expectation. Not having a behavior expectation causes a failure.
MSpec version 1.3.0 has been released. Here is a summary of the changes:
- Corrects the tallies for examples and expectations.
- Enforces that an example must have some behavior expectation. Not having a behavior expectation causes a failure.
- Filters MSpec files from the exception backtraces.
- Flushes output so dots, E, F appear more fluidly rather than in spurts.
- The mkspec script no longer creates empty blocks for "needs to be reviewed" spec stubs.

Comments