/Jonas
require doesn't do anything magical, it pretty much adds a <script
src="/assets/app.js"></script> to your page, nothing fancier than
that. As for the tests not showing up, they need to be named so that
they end in _spec.js or _spec.coffee, maybe that's the problem?
/Jonas