# usage example: rake test task :test do |t|

#any test task
puts "#{t}"

end