Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Add MixedCase exercise names for README generation

Compare
Choose a tag to compare
@kytrinyx kytrinyx released this 14 Aug 02:40

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