desc "Run specs"
task(:spec) { ruby '-S rspec spec -c -w' }
task(:test => :spec)
task(:default => :spec)