Skip to content

Instantly share code, notes, and snippets.

@forki
Created February 18, 2011 11:48
Show Gist options
  • Save forki/833575 to your computer and use it in GitHub Desktop.
Save forki/833575 to your computer and use it in GitHub Desktop.
MSpec test
Target "Test" (fun () ->
!+ (testDir + @"\*Tests.dll")
|> Scan
|> MSpec (fun p ->
{p with
ExcludeTags = ["Selenium"]
HtmlOutputDir = testOutputDir})
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment