nspec/NSpec

Getting Started guide on nspec.org incorrect

TFAstudio opened this issue · 4 comments

Love the idea of BDD and NSpec as a concept looks so much easier writing tests than the standard unit testing frameworks.

However, using the 'Getting Started' guide on the nspec.org, I quickly found that either it is out of date or incorrect. The examples in the page do not run as stated. By downloading the examples in github, I noticed that you are using Shouldly rather than FluentAssertions. By changing the code to this, the examples start to work.

Either the front page needs rewriting or you need to integrate your *.md files to export to the site to ensure that changes are up-to-date.

If you can paste a version that compiles I can definitely update the gists

We’re working on getting everything on the GH pages, just didn’t have a good solution for syntax highlighting (so we ended up using gists as a stop gap for now)

This issue is also related to current one.

I think the syntax highlighting is good enough (we should probably move the gists over).