From 7cdc8394aa63ed65285e4a15493d1b3a410b71b4 Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Fri, 25 Mar 2016 15:30:53 -0400 Subject: [PATCH] Highlight the test code --- .github/CONTRIBUTING.markdown | 8 ++++---- site/_docs/contributing.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/CONTRIBUTING.markdown b/.github/CONTRIBUTING.markdown index 8181037a..e0f278fe 100644 --- a/.github/CONTRIBUTING.markdown +++ b/.github/CONTRIBUTING.markdown @@ -100,19 +100,19 @@ If your contribution changes any Jekyll behavior, make sure to update the docume To run the test suite and build the gem you'll need to install Jekyll's dependencies by running the following command: - $ script/bootstrap +
$ script/bootstrap
Before you make any changes, run the tests and make sure that they pass (to confirm your environment is configured properly): - $ script/cibuild +
$ script/cibuild
If you are only updating a file in `test/`, you can use the command: - $ script/test test/blah_test.rb +
$ script/test test/blah_test.rb
If you are only updating a `.feature` file, you can use the command: - $ script/cucumber features/blah.feature +
$ script/cucumber features/blah.feature
Both `script/test` and `script/cucumber` can be run without arguments to run its entire respective suite. diff --git a/site/_docs/contributing.md b/site/_docs/contributing.md index 67dc954b..c128ced9 100644 --- a/site/_docs/contributing.md +++ b/site/_docs/contributing.md @@ -105,19 +105,19 @@ If your contribution changes any Jekyll behavior, make sure to update the docume To run the test suite and build the gem you'll need to install Jekyll's dependencies by running the following command: - $ script/bootstrap +
$ script/bootstrap
Before you make any changes, run the tests and make sure that they pass (to confirm your environment is configured properly): - $ script/cibuild +
$ script/cibuild
If you are only updating a file in `test/`, you can use the command: - $ script/test test/blah_test.rb +
$ script/test test/blah_test.rb
If you are only updating a `.feature` file, you can use the command: - $ script/cucumber features/blah.feature +
$ script/cucumber features/blah.feature
Both `script/test` and `script/cucumber` can be run without arguments to run its entire respective suite.