Skip to content

Instantly share code, notes, and snippets.

@Michaela-Davis
Created February 13, 2017 09:00
Show Gist options
  • Save Michaela-Davis/3efcdd71ee2a700d085143e2bd5d6769 to your computer and use it in GitHub Desktop.
Save Michaela-Davis/3efcdd71ee2a700d085143e2bd5d6769 to your computer and use it in GitHub Desktop.
BDD Specifications Table

Specifications

Behavior Input Output
A year that is NOT a leap year "1993" “false"
A year that is divisible by 4 “2004" “true"
A year that is divisible by 100 “2004" “false"
A year that is divisible by 400 “2004" “true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment