Commit graph

12 commits

Author SHA1 Message Date
Katrina Owen
1e5530ba48 Rename the global exercise hints file
We've had some difficulty coming up with a good name for the file
that gets included in all of the exercise READMEs for a given track.

These are global hints, like how to run the test suite, which are
relevant to all the exercises on a track.

We started with SETUP.md in the root of the repository, then renamed
that to exercises/TRACK_HINTS.md because SETUP.md was misleading and
confusing, but then we realized that TRACK_HINTS.md was a bit ambiguous
and confusing as well.

Finally we settled on putting the file in the docs directory, since
this is user-facing documentation, and calling the file
EXERCISE_README_INSERT.md

See https://github.com/exercism/meta/issues/5 for context.
2017-06-09 11:08:12 -06:00
Erik Simmler
a41a6b0468 Update install/test docs 2016-12-17 17:29:39 -05:00
Will White
b5d7f1de2e Tell to replace * with exercise name (#110)
* Tell to replace * with exercise name

I didn't do this.

* Update TESTS.md
2016-08-24 21:10:20 -04:00
Erik Simmler
8f82b36223 Fix tests (#106)
Fixes #100

* Upgrade Node Test Runner and Test Files
* Avoid Installing Deps in Each Exercise
2016-08-22 20:31:41 -04:00
Erik Simmler
54e3017815 Update to elm-test 2.0 (#96)
* Update exercises to elm-test 2.0

* Update docs to mention `elm-test` again

* Update .travis.yml to the correct version of elm-test

* Conform to the `<| \() ->` convention
2016-08-17 07:14:17 -04:00
Erik Simmler
cb3e064605 Add test running wrappers 2016-05-13 17:41:34 -04:00
Atul Varma
c84706c6cf minor typo fix in ABOUT.md 2016-04-09 02:21:22 -04:00
Erik Simmler
8212d7186c Add basic LEARNING.md 2016-03-17 20:49:38 -04:00
Erik Simmler
ec0bdab34f Add basic ABOUT/RESOURCES docs 2016-03-13 15:55:48 -04:00
Erik Simmler
114961fd89 Update docs and hello-world to reflect exercise specific elm-package.json files. 2016-03-13 15:55:48 -04:00
Erik Simmler
479f961866 Update docs to use elm-test rather then elm-reactor. 2016-03-12 11:57:57 -05:00
Katrina Owen
346f6cdd93 Add docs in support of x-api v3 2015-11-25 09:24:04 -07:00