tracks/bash/config/exercise_readme.go.tmpl in trackler-2.2.1.86 vs tracks/bash/config/exercise_readme.go.tmpl in trackler-2.2.1.87

- old
+ new

@@ -2,13 +2,19 @@ {{ .Spec.Description -}} {{- with .Hints }} {{ . }} {{ end }} -{{- with .TrackInsert }} -{{ . }} -{{ end }} -{{- with .Spec.Credits -}} + +Run the tests with: + +```bash +bats {{ .Spec.SnakeCaseName }}_test.sh +``` + +After the first test(s) pass, continue by commenting out or removing the `skip` annotations prepending other tests. + +{{ with .Spec.Credits -}} ## Source {{ . }} {{ end }} ## Submitting Incomplete Solutions