1
task :default => ["test"]
2
3
task :test do
4
    system("ruby test.rb")
5
end