Add a docs note about running just one spec

This commit is contained in:
Tom Copeland
2015-04-29 10:18:32 -04:00
parent a6e5ba63cc
commit b9dd1a6e3d
+6
View File
@@ -69,6 +69,12 @@ RailsGoat now includes a set of failing Capybara RSpecs, each one indicating tha
$ rake training $ rake training
``` ```
To run just one spec:
```
$ rake training SPEC=spec/vulnerabilities/sql_injection_spec.rb
```
NOTE: As vulnerabilities are fixed in the application, these specs will not change to `passing`, but to `pending`. NOTE: As vulnerabilities are fixed in the application, these specs will not change to `passing`, but to `pending`.