From 3ea200a0393ac118300bf7ad88a627b885846b6e Mon Sep 17 00:00:00 2001 From: Julius Putra Tanu Setiaji Date: Sun, 21 Oct 2018 06:01:41 +0800 Subject: [PATCH] Add instruction to run all tests in CONTRIBUTING (#1150) This instruction existed before the last update to the document. --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bd18754e..7af4a57a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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