From 90f46879a4de4fa4f72de33da7facb216c12ee3b Mon Sep 17 00:00:00 2001 From: Glenn Jackman Date: Wed, 24 Dec 2025 19:25:42 -0500 Subject: [PATCH] shared-docs --- exercises/shared/.docs/help.md | 22 +++++----------------- exercises/shared/.docs/tests.md | 30 +++++++++++++++++++++--------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/exercises/shared/.docs/help.md b/exercises/shared/.docs/help.md index 45aa2d6..01fdb0b 100644 --- a/exercises/shared/.docs/help.md +++ b/exercises/shared/.docs/help.md @@ -1,21 +1,9 @@ # Help - +Make sure you read the [installation instructions](https://exercism.org/docs/tracks/moonscript/installation) so you are set up correctly. diff --git a/exercises/shared/.docs/tests.md b/exercises/shared/.docs/tests.md index 1f197bf..2150ef9 100644 --- a/exercises/shared/.docs/tests.md +++ b/exercises/shared/.docs/tests.md @@ -1,15 +1,27 @@ -# Tests +# Testing on the MoonScript Track - +For those of you that like to run all the tests all the time, you can use a command-line tool to change them all at once. +Here's an example using perl (which is installed just about everywhere): + +```console +$ perl -i -pe 's/^\s+\Kpending\b/it/' two_fer_spec.moon +``` + +When you are working in the online editor, the test runner will automatically run all the tests. + +[lua-tests]: https://exercism.org/docs/tracks/lua/tests +[tdd]: https://exercism.org/docs/using/solving-exercises/tdd