Fixed bug with running tests with 1.9. I jus tneed to run 'rake19 test'.
This commit is contained in:
parent
be5c715d71
commit
572f341bee
5
Rakefile
5
Rakefile
|
@ -39,11 +39,6 @@ Rake::TestTask.new do |t|
|
||||||
t.test_files = FileList['tests/test*.rb']
|
t.test_files = FileList['tests/test*.rb']
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Test using Ruby 1.9"
|
|
||||||
task :'test:19' do
|
|
||||||
system "rake19 test"
|
|
||||||
end
|
|
||||||
|
|
||||||
desc "Generate documentation"
|
desc "Generate documentation"
|
||||||
task :rdoc do
|
task :rdoc do
|
||||||
FileUtils.rm_rf('doc')
|
FileUtils.rm_rf('doc')
|
||||||
|
|
Loading…
Reference in New Issue