G
Giulio Piancastelli
Hi all,
so my last attempt [1] at building a task for running RubyFIT tests
from within Rake has been successful, and simpler than I thought. In
fact, thanks to the online examples in the Rake wiki, I've been able to
come up with something nice enough to be a good first step for my aim.
But now I'd like to turn those tasks in a proper TaskLib, and things
seems to be really a bit thougher here. Has anyone had experience
doing that, and would like to share some insights? I've tried mimicking
the structure of testtask.rb, the TaskLib for running Unit Tests, but
Rake aborts every time I run my script because "don't know how to build
task". I've seen the error comes from rake.rb, but I didn't manage to
understand what the code is trying to do right there.
Thanks in advance to anyone willing to help.
Best Regards,
Giulio Piancastelli.
so my last attempt [1] at building a task for running RubyFIT tests
from within Rake has been successful, and simpler than I thought. In
fact, thanks to the online examples in the Rake wiki, I've been able to
come up with something nice enough to be a good first step for my aim.
But now I'd like to turn those tasks in a proper TaskLib, and things
seems to be really a bit thougher here. Has anyone had experience
doing that, and would like to share some insights? I've tried mimicking
the structure of testtask.rb, the TaskLib for running Unit Tests, but
Rake aborts every time I run my script because "don't know how to build
task". I've seen the error comes from rake.rb, but I didn't manage to
understand what the code is trying to do right there.
Thanks in advance to anyone willing to help.
Best Regards,
Giulio Piancastelli.