summaryrefslogtreecommitdiff
path: root/Rakefile
blob: 55db9af2bd1af9b1718a9f558c7088b997b374ce (plain)
1
2
3
4
5
6
7
8
9
require 'rake/testtask'

Rake::TestTask.new do |t|
    t.libs << 'test'
end

desc "Run tests"
task :default => :test