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.