app-iron / Cake.NSpec

Cake Adapter that enables nspec tests
https://www.nuget.org/packages/Cake.NSpec
MIT License
1 stars 1 forks source link

Cake.NSpec

This is a Cakebuild addin for nspec See nspec and Cake.


usage Example

#addin nuget:?package=Cake.NSpec
var configuration = Argument("configuration", "Release");
...
Task("NSpec").Does(() => {
  NSpec("./src/test/**/bin/" + configuration + "/*.dll");
 });

Notice

As of now this is short Weekend Project, therefore the PreRelease Version. I will continue to release new Features and better tested Versions using SemVer as i please.

Feel free to open Issues or PR :)