1
0
Fork 0
base52/Rakefile

9 lines
115 B
Ruby
Raw Normal View History

2012-09-24 02:25:19 -04:00
require 'rake/testtask'
Rake::TestTask.new do |t|
t.libs << 'test'
end
desc "Run tests"
task :default => :test