Dir['tasks/*.rake'].each { |file| load(file) } desc 'Default: run spec tests.' task :default => [:spec]