abuse-the-force/Rakefile

8 lines
114 B
Ruby
Raw Normal View History

2013-04-18 16:09:05 +00:00
require 'rake/testtask'
Rake::TestTask.new do |t|
t.libs << 'test'
end
desc "Run tests"
task :default => :test