Skip to content

Instantly share code, notes, and snippets.

@NickLydon
Created March 26, 2014 22:42
Show Gist options
  • Save NickLydon/9795275 to your computer and use it in GitHub Desktop.
Save NickLydon/9795275 to your computer and use it in GitHub Desktop.
[<NUnit.Framework.TheoryAttribute>]
member x.``should check all files when not given specific patterns``() =
let actual =
LineCounter.countLines
(System.Environment.CurrentDirectory + @"\Samples\Nested")
(Seq.singleton "*")
Seq.empty
Assert.AreEqual(3, actual)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment