From 3b69f800fecadb55ce9c5daa482c74f2e01440b8 Mon Sep 17 00:00:00 2001 From: BrainCrumbz Date: Thu, 9 Mar 2017 07:02:54 +0100 Subject: [PATCH] docs(development-projects): add NSpec project, fix typos (#362) * docs(developer-projects): delete odd [ at the top * docs(developer-projects): fix typo in SpecFlow * docs(development-projects): add NSpec project --- dotnet-developer-projects.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 7fc2863..adb2f45 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -1,4 +1,3 @@ -[ # .NET Open Source Developer Projects This community maintained list showcases .NET open source developer projects. It is intended to include projects that are useful for any aspect of the development process. For consumer projects, see the [.NET open source consumer projects list](dotnet-consumer-projects.md). PR a change into either list and it will be accepted (modulo duplicates). @@ -260,10 +259,11 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [Http.ClientHelpers](https://github.com/PureKrome/HttpClient.Helpers) - library to help mock & test `System.Net.Http.HttpClient`. * [moq](https://github.com/Moq/moq4) - The most popular and friendly mocking framework for .NET * [NBuilder](https://github.com/nbuilder/nbuilder) - A rapid test object generator. + * [NSpec](https://github.com/nspec/NSpec) - .NET BDD testing framework of the xSpec (context/specification) flavor, heavily inspired by RSpec and Mocha. * [NSubstitute](https://github.com/nsubstitute/NSubstitute) - A friendly substitute for .NET mocking frameworks. * [NUnit](https://github.com/nunit/nunit) - NUnit is a unit-testing framework for all .NET languages. * [Shouldly](https://github.com/shouldly/shouldly) - Should style test assertion library with great error messages. - * [SpecFlow](https://github.com/techtalk/specflow) - Cucumber clone for .NET for writing acceptance tests in natural langauge. [Site](http://www.specflow.org/) + * [SpecFlow](https://github.com/techtalk/specflow) - Cucumber clone for .NET for writing acceptance tests in natural language. [Site](http://www.specflow.org/) * [tickspec](http://tickspec.codeplex.com/) - A lightweight Behaviour Driven Development (BDD) framework. * [TestStack.BDDfy](https://github.com/TestStack/TestStack.BDDfy) - BDDfy is the simplest BDD framework to use, customize and extend! * [TestStack.FluentMvcTesting](https://github.com/TestStack/TestStack.FluentMVCTesting) - Simple, terse, fluent unit testing for ASP.NET MVC Controllers.