Search code examples
unit-testingmspec

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 ?


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