Hi,
I recently started working with jasmine, and had a project running fine. After cleaning up some legacy code from my application, jasmine started not booting up properly.
The error I have in my browser is in boot.js.
Uncaught ReferenceError: jasmineRequire is not defined
When debugging it I can see that jasmineRequire is really undefined. I couldn't find the jasmineRequire definition in any of the jasmine sources. Where should it be defined? I wonder if I have a problem with versions of jasmine for some reason.