Rename tests
This commit is contained in:
parent
afb05f0ac9
commit
582a9952f5
2
Rakefile
2
Rakefile
|
@ -13,6 +13,6 @@ end
|
||||||
|
|
||||||
Rake::TestTask.new do |t|
|
Rake::TestTask.new do |t|
|
||||||
t.libs << 'test'
|
t.libs << 'test'
|
||||||
t.test_files = FileList['test/tc_*.rb']
|
t.test_files = FileList['test/test_*.rb']
|
||||||
t.verbose = true
|
t.verbose = true
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue