Question

Just discovered MSpec, and want to try it out. However, I can't find any detailed docs on it, except for a few quick tutorials - do they exist ?

Was it helpful?

Solution

Since MSpec is modelled after RSpec you can use the documentatin for rspec dsl to get a feeling for the mspec language.

In the MSpec-Sources you can find many examples. Just look onto the *Specs.cs files. The classical example is Machine.Specifications.Example\BankingSpecs.cs

OTHER TIPS

Not that I've found. There are a few bits, which you've probably already seen, like:

If you find anything more substantial, please let me know!

EDIT

This blog post has links to a few resources:
http://www.awkwardcoder.com/index.php/2010/04/13/how-to-mspec/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top