On Dec 8, 2008, at 6:34 AM, Daniel Berger wrote: > > > On Nov 27, 9:01 am, tim.pe... / gmail.com wrote: >> turnversion 0.4.0 >> by TimPease >> http://codeforpeople.rubyforge.org/turn >> >> == DESCRIPTION: >> >> TURNis a new way to view Test::Unit results. With longer running >> tests, it >> can be very frustrating to see a failure (....F...) and then have >> to wait till >> all the tests finish before you can see what the exact failure >> was.TURN >> displays each test on a separate line with failures being displayed >> immediately instead of at the end of the tests. > > <snip> > > Hm, when I tried to use it with Test::Unit 2.x, I got this: > > daniel-bergers-computer:~/Documents/workspace/file-find/test djberge$ > rake test > (in /Users/djberge/Documents/workspace/file-find) > Loaded suite /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake/ > rake_test_loader > /usr/local/lib/ruby/gems/1.8/gems/turn-0.4.0/lib/turn.rb:17: warning: > instance variable @io not initialized > /usr/local/lib/ruby/gems/1.8/gems/turn-0.4.0/lib/turn.rb:17:in > `attach_to_mediator': undefined method `sync=' for nil:NilClass > (NoMethodError) > from /usr/local/lib/ruby/gems/1.8/gems/test-unit-2.0.1/lib/ > test/unit/ui/console/testrunner.rb:53:in `start' > from /usr/local/lib/ruby/gems/1.8/gems/test-unit-2.0.1/lib/ > test/unit/ui/testrunnerutilities.rb:24:in `run' > from /usr/local/lib/ruby/gems/1.8/gems/test-unit-2.0.1/lib/ > test/unit/autorunner.rb:234:in `run' > from /usr/local/lib/ruby/gems/1.8/gems/test-unit-2.0.1/lib/ > test/unit/autorunner.rb:29:in `run' > from /usr/local/lib/ruby/gems/1.8/gems/test-unit-2.0.1/lib/ > test/unit.rb:278 > from /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake/ > rake_test_loader.rb:5 > rake aborted! > Command failed with status (1): [/usr/local/bin/ruby -w -Ilib:lib "/ > usr/loc...] > > Any suggestions? > I'll look into it. Bones is actually a development dependency, but there should be something in the readme about setting up a development environment and the required Mr Bones gem. Thanks, Daniel. You should come up to the ruby users group again. We miss you; but I understand it's a bit of a drive. Blessings, TwP