Right now, the only way to configure DI in tests is to use beforeEachProvider. I need the ability to configure providers on a per-spec basis for routing (currently I have to create extraneous describe blocks to overcome this limitation).
The inject helper could be extended to include this functionality, for instance.