task :test => [ “simply_mongo:start_rails” ] namespace :simply_mongo do
desc "Start the Rails Server" task :start_rails do puts "Byte me" end
end
task :test => [ “simply_mongo:start_rails” ] namespace :simply_mongo do
desc "Start the Rails Server" task :start_rails do puts "Byte me" end
end