From 8be23f1cc21e28f9a636d9946938f434bc680cfc Mon Sep 17 00:00:00 2001 From: Mario Visic Date: Fri, 25 May 2012 00:23:13 +0800 Subject: [PATCH] Updated the readme a tad with PhantomJS info. --- README.textile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.textile b/README.textile index 57878bb0..2f40cb7b 100644 --- a/README.textile +++ b/README.textile @@ -55,7 +55,8 @@ Locomotive CMS is an open source project, we encourage contributions. If you hav * Install ruby and mongoDB * Clone the project git clone git@github.com:locomotivecms/engine.git * Setup a virtual host entry for test.example.com to point to localhost -* Run the tests rake (you'll need to install PhantomJS for javascript testing see https://github.com/jonleighton/poltergeist) +* Install PhantomJS (Required for the cucumber suite See: https://github.com/jonleighton/poltergeist) +* Run the tests rake * Write your failing tests * Make the tests pass * "Create a GitHub pull request":http://help.github.com/send-pull-requests