From 4b0f7b54caba5af3d6e9dbf070bd42d2932aca6f Mon Sep 17 00:00:00 2001 From: jjballano Date: Mon, 24 Aug 2015 06:25:45 +0100 Subject: [PATCH] PhantomJS 2.0 as a prerequisite --- README.md | 2 ++ README_EN.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 9fe47f6ad..0b94c0d0c 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ bundle exec bin/rails s ``` Para ejecutar los tests: + +Prerequisitos: tener instalado PhantomJS >= 2.0 ``` bundle exec bin/rspec ``` diff --git a/README_EN.md b/README_EN.md index 40a39ae01..bb925b288 100644 --- a/README_EN.md +++ b/README_EN.md @@ -38,6 +38,8 @@ bundle exec bin/rails s ``` Run the tests with: + +Prerequisites: install PhantomJS >= 2.0 ``` bundle exec bin/rspec ```