How can I get the test tasks back?
Backstory: I didn't start with the default new rails project. I'm using datamapper with dm-rails and used their boodstrap command:
rails new project_name -m http://datamapper.org/templates/rails.rb
My Rakefile is as follows:
require File.expand_path('../config/application', __FILE__)
require 'rake'
MyAppName::Application.load_tasks