From 8b7aa1e44395fba461ecdf14fc860229989ae724 Mon Sep 17 00:00:00 2001 From: Sam Bigelow Date: Wed, 12 Dec 2018 20:54:44 +0000 Subject: Update best_practices.md --- doc/development/testing_guide/best_practices.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/development/testing_guide/best_practices.md b/doc/development/testing_guide/best_practices.md index 10b36b23b71..24f4d457d45 100644 --- a/doc/development/testing_guide/best_practices.md +++ b/doc/development/testing_guide/best_practices.md @@ -21,12 +21,12 @@ Here are some things to keep in mind regarding test performance: To run rspec tests: -``` +```sh # run all tests -bundle exec rake rspec +bundle exec rspec # run test for path -bundle exec rake rspec spec/[path]/[to]/[spec].rb +bundle exec rspec spec/[path]/[to]/[spec].rb ``` ### General guidelines -- cgit v1.2.3