Skip to content

app-iron/Cake.NSpec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)