#!/usr/bin/env rake require "bundler/gem_tasks" Dir["tasks/**/*.task"].each { |task| load task } task :default => :spec