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:
parent
f58f49e196
commit
4c785792fb
8 changed files with 11 additions and 20 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue