Skip to content

Instantly share code, notes, and snippets.

@smallgeek
Created August 26, 2012 07:26
Show Gist options
  • Select an option

  • Save smallgeek/3475628 to your computer and use it in GitHub Desktop.

Select an option

Save smallgeek/3475628 to your computer and use it in GitHub Desktop.
NaturalSpec_Tutorial_5_3
// ScenarioTemplate 属性を使う
[<ScenarioTemplate(1, 1)>]
[<ScenarioTemplate(2, 2)>]
[<ScenarioTemplate(5, 120)>]
[<ScenarioTemplate(10, 3628800)>]
let When_calculating_fac_(x,result) =
Given x
|> When calculating factorial
|> It should equal result
|> Verify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment