onsi / ginkgo

A Modern Testing Framework for Go
http://onsi.github.io/ginkgo/
MIT License
8.22k stars 650 forks source link

New node Then = It #1237

Open nvcnvn opened 1 year ago

nvcnvn commented 1 year ago

What do you think about a "Then" alias for "It"? We already have a "When" node, now a "Then" to match Given-When-Then style.