lib/tap/patches/rake/testtask.rb in tap-0.10.0 vs lib/tap/patches/rake/testtask.rb in tap-0.10.1
- old
+ new
@@ -45,9 +45,11 @@
self
end
# Loads in the patched rake_test_loader to avoid the ARGV
# modification error, which arises within TDoc.
+ #--
+ # May be out of date...
def rake_loader # :nodoc:
File.expand_path(File.join(File.dirname(__FILE__), 'rake_test_loader.rb'))
end
end
\ No newline at end of file