desc "Run all tests"
task :spec do
  sh "bundle exec bacon #{FileList['**/*_spec.rb'].join(' ')}"
end

task :default => :spec
