task :default => [:test]

task :test do
  ruby "test/all.rb"
end
