From da95010350882d9e13b5e461fb4a1e05bc7d065c Mon Sep 17 00:00:00 2001 From: Andres Ornelas Date: Tue, 27 Jul 2010 15:43:14 -0700 Subject: stable before refactoring --- src/scenario/Runner.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/scenario/Runner.js') diff --git a/src/scenario/Runner.js b/src/scenario/Runner.js index c77239cc..3fc1c614 100644 --- a/src/scenario/Runner.js +++ b/src/scenario/Runner.js @@ -22,6 +22,9 @@ angular.scenario.Runner = function(scope, jQuery){ this.scope.afterEach = function(body) { afterEach = body; }; +// this.scope.expect = function(future) { +// return new Matcher(future, self.logger); +// }; this.scope.it = function(name, body) { var specName = path.join(' ') + ': it ' + name; self.currentSpec = specs[specName] = { -- cgit v1.2.3