D
Daniel Berger
Hi all,
I've got some test tasks that I've got setup via a Rakefile. I'd like
to see the output in the 'turn' format. However, simply sticking
'require "turn"' at the top of the Rakefile doesn't quite do the
trick:
rake_test_loader
Started
..........................................................................................................................................................................................................................................................
Finished in 0.440434 seconds.
249 tests, 738 assertions, 0 failures, 0 errors
Loaded suite /usr/local/bin/rake
==============================================================================
pass: 0, fail: 0, error: 0
total: 0 tests with 0 assertions in 0.001122 seconds
==============================================================================
So, it's giving me the nicer summary, but not the line by line result
for each test.
How do I get Rake to behave the way I want?
Thanks,
Dan
I've got some test tasks that I've got setup via a Rakefile. I'd like
to see the output in the 'turn' format. However, simply sticking
'require "turn"' at the top of the Rakefile doesn't quite do the
trick:
Loaded suite /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake test_foo
rake_test_loader
Started
..........................................................................................................................................................................................................................................................
Finished in 0.440434 seconds.
249 tests, 738 assertions, 0 failures, 0 errors
Loaded suite /usr/local/bin/rake
==============================================================================
pass: 0, fail: 0, error: 0
total: 0 tests with 0 assertions in 0.001122 seconds
==============================================================================
So, it's giving me the nicer summary, but not the line by line result
for each test.
How do I get Rake to behave the way I want?
Thanks,
Dan