PhantomJS 2.0 as a prerequisite

This commit is contained in:
jjballano
2015-08-24 06:25:45 +01:00
parent 70a771e43e
commit 4b0f7b54ca
2 changed files with 4 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ bundle exec bin/rails s
``` ```
Para ejecutar los tests: Para ejecutar los tests:
Prerequisitos: tener instalado PhantomJS >= 2.0
``` ```
bundle exec bin/rspec bundle exec bin/rspec
``` ```

View File

@@ -38,6 +38,8 @@ bundle exec bin/rails s
``` ```
Run the tests with: Run the tests with:
Prerequisites: install PhantomJS >= 2.0
``` ```
bundle exec bin/rspec bundle exec bin/rspec
``` ```