diff --git a/README.md b/README.md index aa6e632a6..2765a4985 100644 --- a/README.md +++ b/README.md @@ -112,10 +112,8 @@ Wait for the greeting message on the STD, then send EPP/TCP frame: ``` -Because Apache can not call the same process where the rspec is running (worker is busy), another instance of the appserver must be initialized before running tests. - -* `unicorn -p 8989 -E test` -* `rspec` +Run tests: `rake` +Run all but EPP tests: `rake test:other` --- diff --git a/lib/tasks/.keep b/lib/tasks/.keep deleted file mode 100644 index e69de29bb..000000000