From 07b3db97a20b3d5c507d5a74f2f22166c16b4f9b Mon Sep 17 00:00:00 2001 From: Vasyl Nakvasiuk Date: Tue, 19 Mar 2013 14:15:52 +0200 Subject: [PATCH] remove test rake task --- rakefile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/rakefile b/rakefile index 28c83f68ae..80669afed6 100644 --- a/rakefile +++ b/rakefile @@ -488,17 +488,6 @@ task :autodeploy_properties do end -task :tst, [:options] do |t, args| - puts args.options - if args.options == 'pub' - path = "doc/public" - else - path = "docs" - end - - puts vvv -end - # --- Develop and public documentation --- desc "Invoke sphinx 'make build' to generate docs." task :builddocs, [:options] do |t, args|