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

@ -33,7 +33,7 @@ functionality.
You can run the existing test suite with:
```
bundle exec rake test
bundle exec rails test:all
```
You can view test coverage statistics by browsing the `coverage` directory.