Refactored animator helper modules and added some tests for the chess animator.
[kaya/ydirson.git] / Rakefile
blob9e645be6aff500f5f17ebd2d448cc6cad62dd192
1 require 'rake/testtask'
3 Rake::TestTask.new do |t|
4     t.libs << 'main'
5     t.test_files = FileList['test/**/*test.rb']
6     t.verbose = true
7 end