grunt-contrib-jasmine/tasks/jasmine
NeverI d404617cf9 Reformatted console output + dotted visualization on runtime
(These changes does not applyed for verbose level)

Before:
should not pass: failed
should not pass: failed
should not pass: failed

Now:
.....x.x.x.
Failed level 1:: should not pass: failed
  Expected true to be false. (1)
Failed level 1:: Level 2:: Level 3:: should not pass: failed
  Expected true to be false. (3)
Failed level 1:: Level 2:: Level 3:: Level 4:: should not pass: failed
  ReferenceError: Can't find variable: asdf in file:///grunt-contrib-jasmine/test/fixtures/pivotal/spec/PlayerSpec.js (line 85) (1)
2013-02-24 02:14:11 +01:00
..
reporters Reformatted console output + dotted visualization on runtime 2013-02-24 02:14:11 +01:00
templates Added JUnit xml output (via Kelvin Luck @vitch) 2013-01-08 11:28:26 -08:00
jasmine-helper.js Fixed race condition with requirejs template 2012-11-07 10:56:19 -08:00