diff options
author | Patricia Arbona <arbonap@gmail.com> | 2017-08-02 19:07:36 -0700 |
---|---|---|
committer | Patricia Arbona <arbonap@gmail.com> | 2017-08-02 19:07:36 -0700 |
commit | 5f602f837b1d383cbca99c232a0ebd22ce4a9722 (patch) | |
tree | 2f76f6858628be499b28e16cbd269638943d8023 /doc | |
parent | 4e6cad69dbd539b8118c5bef1b9481e86a3247f4 (diff) | |
download | bundler-5f602f837b1d383cbca99c232a0ebd22ce4a9722.tar.gz |
Include `bin/rspec` in directions to test doc changes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/documentation/WRITING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/documentation/WRITING.md b/doc/documentation/WRITING.md index ce6dcce653..bc678b7c55 100644 --- a/doc/documentation/WRITING.md +++ b/doc/documentation/WRITING.md @@ -49,6 +49,6 @@ If you make more changes to `bundle-cookies.ronn`, you'll need to run the `rake We have tests for our documentation! The most important test file to run before you make your pull request is the one for the `help` command and another for documentation quality. ``` -$ rspec ./spec/commands/help_spec.rb -$ rspec ./spec/quality_spec.rb +$ bin/rspec ./spec/commands/help_spec.rb +$ bin/rspec ./spec/quality_spec.rb ``` |