From 4b0f7b54caba5af3d6e9dbf070bd42d2932aca6f Mon Sep 17 00:00:00 2001 From: jjballano Date: Mon, 24 Aug 2015 06:25:45 +0100 Subject: [PATCH 1/2] 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 ``` From 3af058bec107d8af9582c73cbdd92640c60be54f Mon Sep 17 00:00:00 2001 From: jjballano Date: Mon, 24 Aug 2015 06:30:30 +0100 Subject: [PATCH 2/2] PhantomJS 2.0 as a prerequisite --- README.md | 3 ++- README_EN.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b94c0d0c..b545512a3 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,10 @@ Para ejecutar la aplicación en local: bundle exec bin/rails s ``` +Prerequisitos para los tests: tener instalado PhantomJS >= 2.0 + 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 bb925b288..2d78e17fc 100644 --- a/README_EN.md +++ b/README_EN.md @@ -37,9 +37,10 @@ Run the app locally: bundle exec bin/rails s ``` +Prerequisites for testing: install PhantomJS >= 2.0 + Run the tests with: -Prerequisites: install PhantomJS >= 2.0 ``` bundle exec bin/rspec ```