def "length of Spock's and his friends' names"() { | |
expect: | |
name.size() == length | |
where: | |
name | length | |
"Spock" | 5 | |
"Kirk" | 4 | |
"Scotty" | 6 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment