remove test rake task

This commit is contained in:
Vasyl Nakvasiuk
2013-03-19 14:15:52 +02:00
parent 9e7258d887
commit 07b3db97a2

View File

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