Remove stale task from the Rakefile.

This commit is contained in:
Robert Haines 2021-05-22 18:51:19 +01:00
parent ce08405c1a
commit e15f80718d
1 changed files with 0 additions and 7 deletions

View File

@ -14,10 +14,3 @@ Rake::TestTask.new(:test) do |test|
end
RuboCop::RakeTask.new
# Rake::TestTask.new(:zip64_full_test) do |test|
# test.libs << File.join(File.dirname(__FILE__), 'lib')
# test.libs << File.join(File.dirname(__FILE__), 'test')
# test.pattern = File.join(File.dirname(__FILE__), 'test/zip64_full_test.rb')
# test.verbose = true
# end