mirror of
https://github.com/dkam/suo.git
synced 2025-01-29 07:42:43 +00:00
8 lines
133 B
Ruby
8 lines
133 B
Ruby
require "bundler/gem_tasks"
|
|
require "rake/testtask"
|
|
|
|
Rake::TestTask.new do |t|
|
|
t.libs << "test"
|
|
t.pattern = "test/*_test.rb"
|
|
end
|