desc "Run tests" task :default => :spec require 'rspec/core/rake_task' RSpec::Core::RakeTask.new('spec')