dwf/rva: Added examples, fixed bug with initializing currentSuite with a mock.

This commit is contained in:
pivotal
2008-12-03 17:11:05 -08:00
parent e025755a61
commit 00f5f1722c
7 changed files with 113 additions and 24 deletions

View File

@@ -277,7 +277,7 @@ var Runner = function () {
}
var Jasmine = Runner();
var currentSuite = describe('default current suite', function() {});
var currentSuite;
var currentSpec;
/*