From 6ddcf918610c1dd094a964fc03e129a67f17dfaa Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Sat, 23 Oct 2010 13:10:42 -0700 Subject: Fix test which was causing the Chrome runner to fail. Upgraded JSTD to latest. Cleanup whitespace. --- test/scenario/HtmlUISpec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/scenario/HtmlUISpec.js') 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!'); -- cgit v1.2.3