updated README

This commit is contained in:
Andres Keskküla 2014-08-18 13:19:48 +03:00
parent 70d600c487
commit de1a837380

View file

@ -122,6 +122,10 @@ Testing
--- ---
For feature testing, PhantomJS is used. For feature testing, PhantomJS is used.
* Install phantomjs from npm with (skip next 2 steps)
npm install -g phantomjs
* [Download](https://bitbucket.org/ariya/phantomjs/downloads/) the correct binary for your OS * [Download](https://bitbucket.org/ariya/phantomjs/downloads/) the correct binary for your OS
* Move the binary to `/usr/local/bin` * Move the binary to `/usr/local/bin`
* Before running tests for the first time: `rake db:seed` * Before running tests for the first time: `rake db:seed`