Changelog for
rubygem-ZenTest-doc-4.9.2-23.5.i586.rpm :
Sat Jun 8 14:00:00 2013 cooloAATTsuse.com
- updated to version 4.9.2
* Added autotest-suffix description to readme. (blowmage)
* zentest now outputs test classes for minitest 5
Mon May 27 14:00:00 2013 cooloAATTsuse.com
- updated to version 4.9.1
* 2 minor enhancements:
* Make banner more explicit about correct test file location. (rue)
* Switched to #failed for calculating red/green hook. (bhenderson)
Mon May 6 14:00:00 2013 cooloAATTsuse.com
- rebase the gemspec diff
Sun Mar 3 13:00:00 2013 cooloAATTsuse.com
- apply patch to fix gemspec
Tue Feb 12 13:00:00 2013 cooloAATTsuse.com
- updated to version 4.9.0
* 1 minor enhancement:
* Allow multiruby installs to be done entirely by symlink, bypassing build
* 1 bug fix:
* Fixes for maglev.
Wed Jan 23 13:00:00 2013 cooloAATTsuse.com
- updated to version 4.8.4
* 2 minor enhancements:
* Set required rubygems version to be >= 1.8 and < 2.1. (sanemat)
* multiruby now just builds main, which skips rdoc and other stuff
* 1 bug fix:
* 1.9 proofed Module#focus
Fri Dec 14 13:00:00 2012 cooloAATTsuse.com
- updated to version 4.8.3
* 2.0: Minor tweak to test to get it to pass on 2.0
Mon Sep 6 14:00:00 2010 mrueckertAATTsuse.de
- update to version 4.4.0
* Removed git building. I\'m dropping direct support for rubinius.
* Added multiruby mri:list:x.y.z command so you can see what\'s
available.
* Enabled installing specific patch versions of ruby.
* multiruby rubygems:update now forces a build to be less
confusing.
* Removed redundant test_to_normal, now in zentest_mappings
- additional changes from version 4.3.3
* Added options and removed pattern from Autotest::RCov
* update_rubygems now deletes cached rubygems installs
Mon Jun 14 14:00:00 2010 mrueckertAATTsuse.de
- update to version 4.3.2
* Removed support for rbx builds.
* Removed \'preview\' from version filter so I can test with 1.9.2
* Put PATH tweaks at front of PATH
- additional changes from version 4.3.1
* Fixed autotest output on 1.8. That\'s what I get for not having
tests for dots.
- additional changes from version 4.3.0
* Added gemcutter rubyforge and hoe to the_usual setup
* 1.9 compat: don\'t use putc anymore. (fistfvck (hah!))
* Added note that included articles are out of date
* Fixed rcov plugin so multiple all_good hooks can coexist
* Fixed typo in doco
Fri Jun 11 14:00:00 2010 mrueckertAATTsuse.de
- use rubygems_requires macro
Fri Dec 25 13:00:00 2009 prusnakAATTsuse.cz
- update to 4.2.1
Mon Mar 23 13:00:00 2009 mrueckertAATTsuse.de
- update to version 4.0.0
* Deleted autotest/screen - releasing as a separate gem soon.
* Deleted test-rails and rails_test_audit.
* Added \"tags\" command to multiruby_setup.
* Added \"the_usual\" as a recipe for multiruby_setup. Motivated by
Dr. Nic.
* Added :died hook to Autotest (yoshuki).
* Added focus.rb, helping you ignore extra tests while you focus
on something.
* Added multigem command line tool!
* Cleaned up multiruby to make it easier to tweak.
* Parameterized testlib so you can override test/unit in autotest.
Thanks JB!
* Switched tests and rakefile to minitest. 20% faster!
* Fix Autotest::Screen to distinguish between errors and failures.
(khalsah)
* Fixed some hook commands from overriding others.
* Hopefully fixed growl support on 10.5.x?
* Supposedly adding -w to growlnotify will fix autotest/growl.
* Updated missing entries in Autotest::ALL_HOOKS.
* Updated rubygems download location. (carletti)
* Still not automated :(
* ruby 1.9.1 fixes.
Mon Jan 26 13:00:00 2009 mrueckertAATTsuse.de
- update to version 3.11.1
Tue May 22 14:00:00 2007 mrueckertAATTsuse.de
- update to version 3.5.2
Sun Oct 15 14:00:00 2006 mrueckertAATTsuse.de
- update to version 3.4.1:
| + 3 minor enhancements:
| + FUNDAMENTALLY changed the way failures map back to tests.
| This REQUIRES users of autotest to ensure that their tests
| and impls map 1:1 at every scoping level. I\'ll blog more
| details.
| + Hoe\'d rakefile
| + Added support for render :collection to RenderTree.
| + 7 bug fixes:
| + Fixed autotest tests for custom ruby names.
| + Fixed some documentation errors in ControllerTestCase.
| + Fixed setup in FunctionalTestCase.
| + Allowed AATTassigns_ignored to contain either Symbols or
| Strings, bug 5233.
| + Using Object.path2class to look up classes in helper test
| cases, bug 5493.
| + Added assert_text_area, bug 5452.
| + Renamed assert_select to assert_select_tag. Stupid rails.
| We were here first.
Wed Sep 13 14:00:00 2006 mrueckertAATTsuse.de
- update to version 3.4.0:
| + 13 minor enhancements:
|
* Broke out example_dot_autotest into multiple files in lib.
|
* Enhanced hook system so it can return true if event handled.
|
* Sleep is now 1 second by default because life is too short.
|
* Hooked interrupt with new hook system. First handler wins.
|
* Hooked test results before output
|
* Accurate test counts for Test::Rails.
|
* Added snarl autotest plugin, thanks to Patrick Hurley.
|
* Added timestamp autotest plugin, thanks to Joe Goldberg.
|
* Added redgreen, thanks to Pat Eyler, Sean Carley, and Rob Sanheim.
|
* Added kdenotify autotest plugin, thanks to Geir Freysson.
|
* Added markaby support for Test::Rails.
|
* Added hack to display a tree of render calls.
|
* Added hook to perform extra setup for
| + 5 bug fixes:
| - Extended zentest to deal with rails a bit better... ugh.
| - Fixed AATTlibs for windoze.
| - Fixed inner class/test identification in autotest.
| - Namespaced all plugins... eric is anal.
| - No longer freak out if rubygems tarball not in multiruby/versions.
- additional changes 3.3.0:
| + 1 major enhancement:
| + autotest has been rewritten to be much cleaner, now has a plugin system.
| + 5 minor enhancement:
| + test/rails adds helper tests, \"stolen\" from Geoff\'s work,
| (which was \"stolen\" from ryan\'s work. :P)
| + autotest turnaround is now faster.
| + Added more prune dirs to autotest.
| + test/rails rewinds IOs containing captured output. Added assert_empty.
| + Document that autotest doesn\'t run the db:test:prepare rake task when in Rails mode.
| + Added ruby_fork, but haven\'t fully plugged into autotest yet.
| + 7 bug fixes:
| + Add SIGINT handler to unit_diff to give a more graceful exit.
| + Don\'t strip <> from tempfiles, parse_diff does it for us.
| + Fixed autotest problems on windoze. Ugh.
| + Fixed broken pipe bug and newline bug in unit_diff.
| + Make request_method in ControllerTestCase a String.
| + multitest installs rubygems if tarball found in versions dir.
| + multitest only configures when makefile is missing. Rebuilds much faster now.
| + ruby_fork exits without backtrace and allows redirection of output.