Coldbox / MXUnit stopped working. All integration tests fail

No idea where this came from. Opened up the app to start working on it again after some time away. Ran tests. All integration tests fail. Only real difference is maybe updated OSX since the last time I ran the tests. Possibly.

Here is a gist with the stack trace. If anyone wants to bite…

Sounds like a mapping issue. Do you have the same mappings in your Application.cfc in your test directory? Do you mapping for “/”? Do you run your tests out of the same web root as your app?

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

I don’t have an Application.cfc file in my test directory. And that friends, is probably the problem. Used to be there (thank you git). No idea how it got deleted.

any case…