
task :default => [:test]

desc "run test"
task :test do
  sh 'ruby test/run_test.rb'
end
