Re: Rake TestTask screwing with global variables?
2008/3/10, Drew Olson <olsonas@gmail.com>:
> I've got a rake TestTask that I have set a global variable in specific
> cases (I know, I know, tsk tsk). However, this value doesn't seem to be
> available to my tests. ...
The tests are run in new ruby processes, not in the
rake process itself.
Stefan
|