diff --git a/rakefile b/tmpRakefile similarity index 99% rename from rakefile rename to tmpRakefile index ce45d3cd0..ef993614f 100644 --- a/rakefile +++ b/tmpRakefile @@ -21,7 +21,7 @@ task :quick do Rake::Task['unit'].invoke end -desc "Run all unit tests" +desc "Run all tests" task :all do Rake::Task['integration'].invoke # run integration tests Rake::Task['unit'].invoke # run unit tests