From 572f341bee25a2da0882e8576359817228abdc6e Mon Sep 17 00:00:00 2001 From: Adrian Madrid Date: Tue, 30 Dec 2008 17:46:54 -0700 Subject: [PATCH] Fixed bug with running tests with 1.9. I jus tneed to run 'rake19 test'. --- Rakefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Rakefile b/Rakefile index 1b8c5ab..77b0d2b 100644 --- a/Rakefile +++ b/Rakefile @@ -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')