From 38098e93dab45141eb9560f077346cea6e8a9adb Mon Sep 17 00:00:00 2001 From: Mario Visic Date: Fri, 25 May 2012 00:16:25 +0800 Subject: [PATCH] Updated the doco to instruct users to install PhantomJS for testing. --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index f65cc18d..57878bb0 100644 --- a/README.textile +++ b/README.textile @@ -55,7 +55,7 @@ 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 +* Run the tests rake (you'll need to install PhantomJS for javascript testing see https://github.com/jonleighton/poltergeist) * Write your failing tests * Make the tests pass * "Create a GitHub pull request":http://help.github.com/send-pull-requests