Merge pull request #230 from jjballano/196-phantomjs-dependency

#196 phantomjs dependency
This commit is contained in:
Raimond Garcia
2015-08-24 10:32:12 +02:00
2 changed files with 6 additions and 0 deletions

View File

@@ -36,7 +36,10 @@ Para ejecutar la aplicación en local:
bundle exec bin/rails s bundle exec bin/rails s
``` ```
Prerequisitos para los tests: tener instalado PhantomJS >= 2.0
Para ejecutar los tests: Para ejecutar los tests:
``` ```
bundle exec bin/rspec bundle exec bin/rspec
``` ```

View File

@@ -37,7 +37,10 @@ Run the app locally:
bundle exec bin/rails s bundle exec bin/rails s
``` ```
Prerequisites for testing: install PhantomJS >= 2.0
Run the tests with: Run the tests with:
``` ```
bundle exec bin/rspec bundle exec bin/rspec
``` ```