Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save smallgeek/3475718 to your computer and use it in GitHub Desktop.
NaturalSpec_Tutorial_5_5
let dividing_by a b = b / a
[<ScenarioSource "MyTestCases">]
let ``When dividing`` a b result =
Given a
|> When dividing_by b
|> It should equal result
|> Verify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment