Removed redundant dependencies

This commit is contained in:
Wade Alcorn
2012-01-12 21:51:28 +10:00
parent dd6f7496ad
commit 5cf11d29fa

View File

@@ -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