From 3e1e5aebe924eae3a33db16a0cc93dd82242bd5b Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 10 Dec 2016 12:05:11 -0500 Subject: [PATCH] Added phantomjs version to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfef604..10bb00a 100755 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ In this case, remove that server.pid file and try again. Note also that this fil ## Capybara Tests -RailsGoat now includes a set of failing Capybara RSpecs, each one indicating that a separate vulnerability exists in the application. To run them, you first need to install [PhantomJS](https://github.com/jonleighton/poltergeist#installing-phantomjs), which is required by the Poltergeist Capybara driver. Upon installation, simply run the following rake task: +RailsGoat now includes a set of failing Capybara RSpecs, each one indicating that a separate vulnerability exists in the application. To run them, you first need to install [PhantomJS](https://github.com/jonleighton/poltergeist#installing-phantomjs) (version 2.1.1 has been tested in Dev and on Travis CI), which is required by the Poltergeist Capybara driver. Upon installation, simply run the following rake task: ``` $ rake training