1
0
Fork 0
base52/Rakefile

9 lines
115 B
Ruby

require 'rake/testtask'
Rake::TestTask.new do |t|
t.libs << 'test'
end
desc "Run tests"
task :default => :test