diff options
| author | Misko Hevery | 2010-10-23 13:10:42 -0700 |
|---|---|---|
| committer | Misko Hevery | 2010-10-23 13:12:45 -0700 |
| commit | 6ddcf918610c1dd094a964fc03e129a67f17dfaa (patch) | |
| tree | ba690c591b40c97f86d0aef9a2a160e46356a7f0 /test/scenario/HtmlUISpec.js | |
| parent | 8a867cee229b78f5bfde6a05fdbe0d7d3d608e11 (diff) | |
| download | angular.js-6ddcf918610c1dd094a964fc03e129a67f17dfaa.tar.bz2 | |
Fix test which was causing the Chrome runner to fail. Upgraded JSTD to latest. Cleanup whitespace.
Diffstat (limited to 'test/scenario/HtmlUISpec.js')
| -rw-r--r-- | test/scenario/HtmlUISpec.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scenario/HtmlUISpec.js b/test/scenario/HtmlUISpec.js index 9357e00b..2c9ff080 100644 --- a/test/scenario/HtmlUISpec.js +++ b/test/scenario/HtmlUISpec.js @@ -2,7 +2,7 @@ describe('angular.scenario.HtmlUI', function() { var ui; var context; var spec; - + function line() { return 'unknown:-1'; } beforeEach(function() { @@ -85,7 +85,7 @@ describe('angular.scenario.HtmlUI', function() { expect(timer.innerHTML).toMatch(/ms$/); }); }); - + it('should include line if provided', function() { specUI = ui.addSpec(spec); specUI.addStep('some step', line).finish('error!'); |
