dwf/cj: added function and tests to get a suite's spec count

This commit is contained in:
pivotal
2009-08-27 14:21:10 -07:00
parent 7edeb13be8
commit 187bde37ca
4 changed files with 88 additions and 14 deletions

View File

@@ -36,6 +36,7 @@
jasmine.include('suites/RunnerSpec.js', true);
jasmine.include('suites/SpecRunningSpec.js', true);
jasmine.include('suites/SpySpec.js', true);
jasmine.include('suites/SuiteSpec.js', true);
jasmine.include('suites/TrivialReporterSpec.js', true);
</script>