This repository has been archived by the owner on Mar 22, 2022. It is now read-only.
Add MixedCase exercise names for README generation
Some languages use MixedCase
for file names. This means that we will be able to make the template generate the actual command to run the tests for that particular exercise, rather than a generic example command using Foo or Hello World.
$ groovy ./{{ .Spec.MixedCaseName }}Spec.groovy