14

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 ?

Anthony Mastrean
  • 21,850
  • 21
  • 110
  • 188
Evgeni
  • 3,341
  • 7
  • 37
  • 64

2 Answers2

8

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

jafesler
  • 117
  • 1
  • 7
k3b
  • 14,517
  • 7
  • 53
  • 85
6

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/

Grant Crofton
  • 8,895
  • 5
  • 28
  • 38
  • 2
    The samples in the comment below are pretty useful. Although an actual wiki would be great. The project is a few years old, afaik, funny they don't have any official documentation. – Evgeni Mar 18 '11 at 18:48
  • 1
    Alexander Groß, Aaron Jensen, where art thou? :) – Sergi Papaseit Mar 18 '11 at 22:17