namespace :merb_helpers do desc "Do something for merb_helpers" task :default do puts "merb_helpers doesn't do anything" end end