You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
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.
The text was updated successfully, but these errors were encountered: