projects
/
ruby_srp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'feature/hex-interface'
[ruby_srp.git]
/
Rakefile
1
require 'rake/testtask'
2
3
Rake::TestTask.new do |t|
4
t.libs << "lib"
5
t.test_files = FileList['test/*test.rb']
6
t.verbose = true
7
end
8
9
task :default => :test