ZenTest version 4.9.2 has been released! * rdoc: <http://zentest.rubyforge.org/ZenTest> * home: <https://github.com/seattlerb/zentest> ZenTest provides 4 different tools: zentest, unit_diff, autotest, and multiruby. zentest scans your target and unit-test code and writes your missing code based on simple naming rules, enabling XP at a much quicker pace. zentest only works with Ruby and Minitest or Test::Unit. There is enough evidence to show that this is still proving useful to users, so it stays. unit_diff is a command-line filter to diff expected results from actual results and allow you to quickly see exactly what is wrong. Do note that minitest 2.2+ provides an enhanced assert_equal obviating the need for unit_diff autotest is a continous testing facility meant to be used during development. As soon as you save a file, autotest will run the corresponding dependent tests. multiruby runs anything you want on multiple versions of ruby. Great for compatibility checking! Use multiruby_setup to manage your installed versions. Changes: ### 4.9.2 / 2013-05-29 * 2 minor enhancements: * Added autotest-suffix description to readme. (blowmage) * zentest now outputs test classes for minitest 5
on 2013-05-30 02:23

on 2013-05-30 14:18
Ryan Davis wrote in post #1110616: > ZenTest version 4.9.2 has been released! I get this : Invalid gemspec in [C:/Ruby193/lib/ruby/gems/1.9.1/specifications/ZenTest-4.9.2.gemspec]: Illformed requirement ["< 2.1, >= 1.8"] My environment is; RUBYGEMS VERSION: 1.8.24 RUBY VERSION: 1.9.3 (2013-05-15 patchlevel 429) [i386-mingw32] INSTALLATION DIRECTORY: C:/Ruby193/lib/ruby/gems/1.9.1 RUBY EXECUTABLE: C:/Ruby193/bin/ruby.exe EXECUTABLE DIRECTORY: C:/Ruby193/bin RUBYGEMS PLATFORMS: ruby x86-mingw32 GEM PATHS: C:/Ruby193/lib/ruby/gems/1.9.1 C:/Users/Michel/.gem/ruby/1.9.1 GEM CONFIGURATION: :update_sources => true :verbose => true :benchmark => false :backtrace => false :bulk_threshold => 1000 "gem" => "--no-ri --no-rdoc" REMOTE SOURCES: http://rubygems.org/ ----------------------
on 2013-05-30 20:04
Michel Demazure wrote in post #1110661: > Ryan Davis wrote in post #1110616: >> ZenTest version 4.9.2 has been released! > > I get this : > Invalid gemspec in > [C:/Ruby193/lib/ruby/gems/1.9.1/specifications/ZenTest-4.9.2.gemspec]: > Illformed requirement ["< 2.1, >= 1.8"] > > My environment is; Updated rubygems to 2.0.3 => same thing.
on 2013-06-01 17:52
Michel Demazure wrote in post #1110699: > Michel Demazure wrote in post #1110661: >> Ryan Davis wrote in post #1110616: >>> ZenTest version 4.9.2 has been released! >> >> I get this : >> Invalid gemspec in >> [C:/Ruby193/lib/ruby/gems/1.9.1/specifications/ZenTest-4.9.2.gemspec]: >> Illformed requirement ["< 2.1, >= 1.8"] >> >> My environment is; > > Updated rubygems to 2.0.3 => same thing. Day after. Did not change anything. Bug disappeared. Closed.
on 2013-06-02 12:53
Michel Demazure wrote in post #1110927: > Michel Demazure wrote in post #1110699: >> Michel Demazure wrote in post #1110661: >>> Ryan Davis wrote in post #1110616: >>>> ZenTest version 4.9.2 has been released! >>> >>> I get this : >>> Invalid gemspec in >>> [C:/Ruby193/lib/ruby/gems/1.9.1/specifications/ZenTest-4.9.2.gemspec]: >>> Illformed requirement ["< 2.1, >= 1.8"] >>> >>> My environment is; >> >> Updated rubygems to 2.0.3 => same thing. > > Day after. Did not change anything. Bug disappeared. Closed. I still see this error with gems 1.8.24 on a c9.io online IDE instance.
on 2013-06-02 20:59

Jason Haines <lists@ruby-forum.com> wrote: > >>> > >>> My environment is; > >> > >> Updated rubygems to 2.0.3 => same thing. > > > > Day after. Did not change anything. Bug disappeared. Closed. > > I still see this error with gems 1.8.24 on a c9.io online IDE instance. The steps are really pretty clear. Go look at the github issues list as well. It's very well spelt out.
on 2013-09-13 19:05
I'd like to have ZenTest (also, RubyInline), but RubyGems is now version 2.1.2 and ZenTest needs RubyGems to be lower than 2.1. Is ZenTest going to be updated too? Thank you! hewhocomes