Apply the highlight class

This commit is contained in:
chrisfinazzo 2015-10-18 23:00:56 -04:00
parent d63acc140d
commit aa9927f073
1 changed files with 4 additions and 4 deletions

View File

@ -45,20 +45,20 @@ Test Dependencies
To run the test suite and build the gem you'll need to install Jekyll's To run the test suite and build the gem you'll need to install Jekyll's
dependencies. Simply run this command to get all setup: dependencies. Simply run this command to get all setup:
$ script/bootstrap <figure class="highlight"><pre><code>$ script/bootstrap</code></pre></figure>
Before you start, run the tests and make sure that they pass (to confirm your Before you start, run the tests and make sure that they pass (to confirm your
environment is configured properly): environment is configured properly):
$ script/cibuild <figure class="highlight"><pre><code>$ script/cibuild</code></pre></figure>
If you are only updating a file in `test/`, you can use the command: If you are only updating a file in `test/`, you can use the command:
$ script/test test/blah_test.rb <figure class="highlight"><pre><code>$ script/test test/blah_test.rb</code></pre></figure>
If you are only updating a `.feature` file, you can use the command: If you are only updating a `.feature` file, you can use the command:
$ script/cucumber features/blah.feature <figure class="highlight"><pre><code>$ script/cucumber features/blah.feature</code></pre></figure>
Both `script/test` and `script/cucumber` can be run without arguments to Both `script/test` and `script/cucumber` can be run without arguments to
run its entire respective suite. run its entire respective suite.