aboutsummaryrefslogtreecommitdiffstats
path: root/src/scenario/Runner.js
diff options
context:
space:
mode:
authorAndres Ornelas2010-07-27 15:43:14 -0700
committerAndres Ornelas2010-07-27 15:43:14 -0700
commitda95010350882d9e13b5e461fb4a1e05bc7d065c (patch)
tree2d97049da8cb268dc0c4bca85e5908f6ac1b5d58 /src/scenario/Runner.js
parentb42072733c3afd03a49457d88ffed28ebe55655e (diff)
downloadangular.js-da95010350882d9e13b5e461fb4a1e05bc7d065c.tar.bz2
stable before refactoring
Diffstat (limited to 'src/scenario/Runner.js')
-rw-r--r--src/scenario/Runner.js3
1 files changed, 3 insertions, 0 deletions
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] = {