From 5cf11d29fa5cc731a53ca0f2b1278bba2e490cf8 Mon Sep 17 00:00:00 2001 From: Wade Alcorn Date: Thu, 12 Jan 2012 21:51:28 +1000 Subject: [PATCH] Removed redundant dependencies --- rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rakefile b/rakefile index 161d8a456..ce45d3cd0 100644 --- a/rakefile +++ b/rakefile @@ -22,7 +22,7 @@ task :quick do end desc "Run all unit tests" -task :all => ["install", "msf_install"] do +task :all do Rake::Task['integration'].invoke # run integration tests Rake::Task['unit'].invoke # run unit tests Rake::Task['msf'].invoke # run msf tests