Fixed bug with running tests with 1.9. I jus tneed to run 'rake19 test'.

This commit is contained in:
Adrian Madrid 2008-12-30 17:46:54 -07:00
parent be5c715d71
commit 572f341bee
1 changed files with 0 additions and 5 deletions

View File

@ -39,11 +39,6 @@ Rake::TestTask.new do |t|
t.test_files = FileList['tests/test*.rb']
end
desc "Test using Ruby 1.9"
task :'test:19' do
system "rake19 test"
end
desc "Generate documentation"
task :rdoc do
FileUtils.rm_rf('doc')