I am using jasmine for javascript testing. How can I set the get the full specification like listing of the tests instead of the '.......' format?
As I test using guard, the set of actually executed tests is rather small, I find listing the full specification lines more useful. Thanks for helping out with a tip for configuring jasmine.