Info
Version: | 3.1.0 |
Author(s): | Matt Florence, Amir Rajan |
Last Update: | Monday, June 12, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/nspec/NSpec |
NuGet Url: | https://www.nuget.org/packages/nspec |
Install
Install-Package nspec
dotnet add package nspec
paket add nspec
nspec Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.6
- NETStandard.Library(>= 1.6.0)
- System.Reflection.TypeExtensions(>= 4.1.0)
- System.Runtime.Serialization.Xml(>= 4.1.1)
- System.Text.Encodings.Web(>= 4.0.0)
- Newtonsoft.Json(>= 9.0.1)
Tags
NSpec is intended to drive development by specifying behavior within a context or scenario. NSpec belongs to the xSpec (Context/Specification) family and is heavily inspired by RSpec and Mocha.