diff options
| author | Johan Van Ryseghem | 2018-01-15 08:24:35 +0100 |
|---|---|---|
| committer | GitHub | 2018-01-15 08:24:35 +0100 |
| commit | 405e811d713b8ef8bfdd5a0d01efd47fce441d55 (patch) | |
| tree | 824993765a4ace85a81c6fabe871f3f83a51d690 | |
| parent | 4336567b63bba12b12d3fdf32595d166a8c0e5fb (diff) | |
| download | chouette-core-405e811d713b8ef8bfdd5a0d01efd47fce441d55.tar.bz2 | |
Add infos about grunt in INSTALL.md
| -rw-r--r-- | INSTALL.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index 5ed8ca9f1..b77956dfa 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -169,6 +169,8 @@ bundle exec rake referential:create #### Run tests +#### Rspec + ```sh bundle exec rake spec bundle exec rake teaspoon @@ -180,7 +182,10 @@ If Postgres complains about illegal type `hstore` or `unaccent` in your tests th Thanks to `lib/tasks/extensions.rake`. +#### Jest (React integration specs) +`grunt jest` to run the whole specs. +`grunt` to watch for changes and automatically run corresponding tests. #### Start local server |
