Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find MSpec documentation?

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 ?

like image 867
Evgeni Avatar asked Mar 18 '11 14:03

Evgeni


2 Answers

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

like image 171
k3b Avatar answered Oct 19 '22 21:10

k3b


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

  • GitHub page (scroll down for readme)
  • CodeBetter introductory blog post
  • Elegant Code 'Getting Started' blog post

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/

like image 20
Grant Crofton Avatar answered Oct 19 '22 20:10

Grant Crofton