Runners

Version 2 (Brian Ford, 05/13/2008 09:52 AM)

1 2 Brian Ford
h1. Runners and scripts
2 1
3 1
MSpec has several special-purpose runners scripts for various tasks like running the specs, tagging specs, and running a particular subset of the specs that are known to pass on a particular implementation. The runner scripts essentially just collect your wishes, configure the moving parts of the MSpec module, hand over control to MSpec, and get out of the way. The links below describe each of the runner scripts in detail.
4 1
5 1
* [[mspec]]
6 1
* [[mspec-run]]
7 1
* [[mspec-tag]]
8 1
* [[mspec-ci]]
9 2 Brian Ford
10 2 Brian Ford
Since consistency is a boon to readability, MSpec provides a script to generate template spec files. See the documentation for [[mkspec]].