Version 1.4.0 released
This version adds RSpec-style shared describe blocks and properly handles nested describe blocks.
Summary of changes:
- Supports RSpec-style shared describe blocks.
- Properly handles nested describe blocks.
- Adds 'critical' and 'unsupported' to the tags that are excluded by default by mspec-ci.
- No longer traps SystemExit.
- Removes support for earlier style of shared blocks (e.g. "shared :class_method do |cmd|")

Comments