From 5f602f837b1d383cbca99c232a0ebd22ce4a9722 Mon Sep 17 00:00:00 2001 From: Patricia Arbona Date: Wed, 2 Aug 2017 19:07:36 -0700 Subject: Include `bin/rspec` in directions to test doc changes --- doc/documentation/WRITING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 ``` -- cgit v1.2.1