Rename tests

This commit is contained in:
Andre Nathan 2013-12-06 15:00:10 -02:00
parent afb05f0ac9
commit 582a9952f5
4 changed files with 1 additions and 1 deletions

View file

@ -13,6 +13,6 @@ end
Rake::TestTask.new do |t|
t.libs << 'test'
t.test_files = FileList['test/tc_*.rb']
t.test_files = FileList['test/test_*.rb']
t.verbose = true
end