Add instruction to run all tests in CONTRIBUTING (#1150)

This instruction existed before the last update to the document.
This commit is contained in:
Julius Putra Tanu Setiaji 2018-10-21 06:01:41 +08:00 committed by Elliot Winkler
parent e2154f9e4e
commit 3ea200a039
1 changed files with 8 additions and 0 deletions

View File

@ -140,6 +140,14 @@ Instead, you need to say
bundle exec appraisal 5.1 rspec spec/acceptance/active_model_integration_spec.rb
```
### Run all tests
In order to run all tests, simply run:
```
bundle exec rake
```
## Managing your branch
* Use well-crafted commit messages, providing context if possible. [tpope's