From 0ef2f4855cd4c41e21cc3fcbc53099938e28c661 Mon Sep 17 00:00:00 2001 From: hallucynogenyc Date: Thu, 31 Jul 2014 09:19:18 +0100 Subject: [PATCH] Fixed instructions for current rails version minitest task doesn't exist anymore, hook into rake test directly does work. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57ed7f2..b1a6d4f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ require 'ci/reporter/rake/minitest' # Rake code that creates a task called `:minitest` # ... -task :minitest => 'ci:setup:minitest' +task :test => 'ci:setup:minitest' ``` ### Advanced usage