summaryrefslogtreecommitdiff
path: root/doc/development/SETUP.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/SETUP.md')
-rw-r--r--doc/development/SETUP.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/development/SETUP.md b/doc/development/SETUP.md
index 80abe4cc6b..6af7c07145 100644
--- a/doc/development/SETUP.md
+++ b/doc/development/SETUP.md
@@ -24,7 +24,11 @@ Bundler doesn't use a Gemfile to list development dependencies, because when we
$ bin/rake spec
-6. Set up a shell alias to run Bundler from your clone, e.g. a Bash alias ([follow these instructions](https://www.moncefbelyamani.com/create-aliases-in-bash-profile-to-assign-shortcuts-for-common-terminal-commands/) for adding aliases to your `~/.bashrc` profile):
+6. Optionally, you can run the test suite in parallel:
+
+ $ bin/parallel_rspec spec
+
+7. Set up a shell alias to run Bundler from your clone, e.g. a Bash alias ([follow these instructions](https://www.moncefbelyamani.com/create-aliases-in-bash-profile-to-assign-shortcuts-for-common-terminal-commands/) for adding aliases to your `~/.bashrc` profile):
$ alias dbundle='/path/to/bundler/repo/bin/bundle'