repo.or.cz
/
kaya
/
ydirson.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improved extension mechanism.
[kaya/ydirson.git]
/
Rakefile
blob
815e31d1ab322ab4548ecb84cc4bf4bfddb56a99
1
require 'rake/testtask'
2
3
Rake::TestTask.new do |t|
4
t.test_files = FileList['test/**/test*.rb']
5
t.verbose = true
6
end
7