From 4744a35dd957af55c19378242388b54f43f23d81 Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Wed, 2 Jul 2014 18:13:34 +0300 Subject: [PATCH] Readme improvement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d60dd814..4d75fdebc 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Wait for the greeting message on the STD, then send EPP/TCP frame: sample1trid ``` - +* Before running tests for the first time: `rake db:seed` * Run tests: `rake` * Run EPP tests: `rake test:epp` * Run all but EPP tests: `rake test:other`