Skip to content

Commit

Permalink
Extract help and test information to shared docs (#691)
Browse files Browse the repository at this point in the history
* Extract help and test information to shared docs

* Update exercises/shared/tests.md

Co-authored-by: Jeremy Walker <[email protected]>

Co-authored-by: Jeremy Walker <[email protected]>
  • Loading branch information
ErikSchierboom and iHiD authored Jul 14, 2021
1 parent 8c2445e commit 1abac8d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 22 deletions.
22 changes: 0 additions & 22 deletions config/exercise_readme.go.tmpl

This file was deleted.

3 changes: 3 additions & 0 deletions exercises/shared/help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Help

Please see the [learning](https://exercism.io/tracks/scala/learning) and [installation](https://exercism.io/tracks/scala/installation) pages if you need any help.
10 changes: 10 additions & 0 deletions exercises/shared/tests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Tests

To run the tests, run the command `sbt test` in the exercise's directory.
See the [tests page](https://exercism.io/tracks/scala/tests) for more information.

## Skipped tests

Initially, only the first test will be enabled.
This is to encourage you to solve the exercise one step at a time.
Once you get the first test passing, remove the `pending` keyword from the beginning of the next test and work on getting that test passing.

0 comments on commit 1abac8d

Please sign in to comment.