diff options
| author | Andres Ornelas | 2010-07-27 15:53:55 -0700 | 
|---|---|---|
| committer | Andres Ornelas | 2010-07-27 15:53:55 -0700 | 
| commit | 32c4aee1cdb601550e948b52a3fa7b4824cfbf1f (patch) | |
| tree | 16bf07d3cecdcd40b6c74aeb84d9556dee027929 /src/scenario/Runner.js | |
| parent | da95010350882d9e13b5e461fb4a1e05bc7d065c (diff) | |
| download | angular.js-32c4aee1cdb601550e948b52a3fa7b4824cfbf1f.tar.bz2 | |
before pulling testcontext out
Diffstat (limited to 'src/scenario/Runner.js')
| -rw-r--r-- | src/scenario/Runner.js | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scenario/Runner.js b/src/scenario/Runner.js index 3fc1c614..4e5d0f01 100644 --- a/src/scenario/Runner.js +++ b/src/scenario/Runner.js @@ -22,9 +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.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] = {  | 
