diff options
Diffstat (limited to 'src/scenario/output/Html.js')
| -rw-r--r-- | src/scenario/output/Html.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenario/output/Html.js b/src/scenario/output/Html.js index 4a682b9a..6e2e20f3 100644 --- a/src/scenario/output/Html.js +++ b/src/scenario/output/Html.js @@ -121,7 +121,7 @@ angular.scenario.output('html', function(context, runner) { */ function findContext(spec) { var currentContext = context.find('#specs'); - angular.foreach(model.getDefinitionPath(spec), function(defn) { + angular.forEach(model.getDefinitionPath(spec), function(defn) { var id = 'describe-' + defn.id; if (!context.find('#' + id).length) { currentContext.find('> .test-children').append( |
