Files | Admin

Notes:

Release Name: 3.10.0

Notes:
ZenTest+provides+4+different+tools+and+1+library%3A+zentest%2C+unit_diff%2C%0Aautotest%2C+multiruby%2C+and+Test%3A%3ARails.%0A%0AZenTest+scans+your+target+and+unit-test+code+and+writes+your+missing%0Acode+based+on+simple+naming+rules%2C+enabling+XP+at+a+much+quicker%0Apace.+ZenTest+only+works+with+Ruby+and+Test%3A%3AUnit.%0A%0Aunit_diff+is+a+command-line+filter+to+diff+expected+results+from%0Aactual+results+and+allow+you+to+quickly+see+exactly+what+is+wrong.%0A%0Aautotest+is+a+continous+testing+facility+meant+to+be+used+during%0Adevelopment.+As+soon+as+you+save+a+file%2C+autotest+will+run+the%0Acorresponding+dependent+tests.%0A%0Amultiruby+runs+anything+you+want+on+multiple+versions+of+ruby.+Great%0Afor+compatibility+checking!+Use+multiruby_setup+to+manage+your%0Ainstalled+versions.%0A%0ATest%3A%3ARails+helps+you+build+industrial-strength+Rails+code.


Changes: %3D%3D%3D+3.10.0+%2F+2008-06-17%0A%0A*+1+major+enhancement%3A%0A%0A++*+Added+multiruby_setup+to+help+manage+multiruby+installed+versions.%0A%0A*+3+minor+enhancements%3A%0A%0A++*+Added+autotest%2Fonce+plugin+to+help+plugin+developers.%0A++*+Heavily+refactored+multiruby.%0A++*+Switched+rubinius+from+shotgun%2Frubinius+to+bin%2Frbx%2C+finally.%0A%0A*+2+bug+fixes%3A%0A%0A++*+Refactored+zentest_mapping+test+to+avoid+zentest+altogether.%0A++*+zentest+tests+bail+gracefully+for+rubinius.