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" |
Created
February 13, 2017 09:00
-
-
Save Michaela-Davis/3efcdd71ee2a700d085143e2bd5d6769 to your computer and use it in GitHub Desktop.
BDD Specifications Table
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment