aboutsummaryrefslogtreecommitdiffstats
path: root/src/scenario/SpecRunner.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/scenario/SpecRunner.js')
-rw-r--r--src/scenario/SpecRunner.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/scenario/SpecRunner.js b/src/scenario/SpecRunner.js
index 0e068f95..868c692d 100644
--- a/src/scenario/SpecRunner.js
+++ b/src/scenario/SpecRunner.js
@@ -16,8 +16,7 @@ angular.scenario.SpecRunner = function() {
* based on the describe nesting.
*
* @param {Object} spec A spec object
- * @param {Object} specDone An angular.scenario.Application instance
- * @param {Function} Callback function that is called when the spec finshes.
+ * @param {Function} specDone function that is called when the spec finshes. Function(error, index)
*/
angular.scenario.SpecRunner.prototype.run = function(spec, specDone) {
var self = this;