#./lib/tasks/my_task namespace :say do

desc "cucunber -t <@tags> "
task :hello do 
  puts "HELLO"
end

end