8 lines
84 B
Ruby
8 lines
84 B
Ruby
#encoding: utf-8
|
|
|
|
task :default => [:test]
|
|
|
|
task :test do
|
|
ruby "test/test.rb"
|
|
end
|