From 2eb0e9ea764e1b7a1b74bedbfe5281d8b12919e0 Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Mon, 25 Aug 2014 14:31:47 +0300 Subject: [PATCH] Readme cleanup --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index c7e8fb34d..35ea60cec 100644 --- a/README.md +++ b/README.md @@ -120,14 +120,6 @@ Wait for the greeting message on the STD, then send EPP/TCP frame: Testing --- -For feature testing, PhantomJS is used. - -* Install phantomjs from npm with (skip next 2 steps) - - npm install -g phantomjs - -* [Download](https://bitbucket.org/ariya/phantomjs/downloads/) the correct binary for your OS -* Move the binary to `/usr/local/bin` * Before running tests for the first time: `rake db:seed` * Run tests: `rake` * Run EPP tests: `rake test:epp`