Rake v0.4.4 Release Notes

    • ๐Ÿ›  Fixed initialization problem with @comment.
    • โœ… Now using multi -r technique in TestTask. Switch Rakefile back to using the built-in test task macros because the rake runtime is no longer needed.
    • โž• Added 'TEST=filename' and 'TESTOPTS=options' to the Test Task macros.
    • ๐Ÿ‘ Allow a +test_files+ attribute in test tasks. This allows more flexibility in specifying test files.