Is there a way to override the mockbox stub direct...
# testing
t
Is there a way to override the mockbox stub directory universally, via Application.cfc or something? I see that I can do it within an individual test via
getMockBox()
. But I don't see a single location that would affect all of my tests.