Overview
MSpec is a specialized framework that is syntax-compatible with RSpec for basic things like describe, it blocks and before, after actions.
MSpec contains additional features that assist in writing the RubySpecs used by multiple Ruby implementations. Also, MSpec attempts to use the simplest Ruby language features so that beginning Ruby implementations can run it.
Members
Manager:
Brian Ford
Latest news
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.
Version 1.4.0 released
This version adds RSpec-style shared describe blocks and properly handles nested describe blocks.
Version 1.3.1 released
This version includes several bug fixes.
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.
