Switch to using 'rails test:all' in documentation and CI

Fixes #3116.

This allows us to drop our custom patch for running system tests,
as well as opening up all the usual rails test goodies like running
individual files or directories.
This commit is contained in:
Andy Allan 2021-05-19 11:02:41 +01:00
parent f58f49e196
commit 4c785792fb
8 changed files with 11 additions and 20 deletions

View file

@ -5,9 +5,9 @@ Do NOT edit any translations in here, please use translatewiki.net instead.
The only file in this directory that should be edited by hand is en.yml, when
localisation strings change or new translations are introduced. All other
languages _need_ to be edited using translatewiki.net. Please make sure that you
run the tests using *rake test* to make sure that there are no errors, as there
is at least one test that makes sure that all translations are valid (we'll
makes sure that they won't cause the site to not work).
run the tests using *bundle exec rails test:all* to make sure that there are no
errors, as there is at least one test that makes sure that all translations are
valid (we'll makes sure that they won't cause the site to not work).
There is more information about translating the website on the wiki at
http://wiki.openstreetmap.org/wiki/Website_Internationalization.