From a5eb3ed107034cce5b7de3ec3f8a43ff3a379fa1 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 19 Jan 2011 00:10:39 -0800 Subject: $route should create child scope via $new --- test/widgetsSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/widgetsSpec.js b/test/widgetsSpec.js index 59cbc3c6..48b9f8a1 100644 --- a/test/widgetsSpec.js +++ b/test/widgetsSpec.js @@ -651,7 +651,7 @@ describe("widget", function(){ // this one should really be just '1', but due to lack of real events things are not working // properly. see discussion at: http://is.gd/ighKk - expect(element.text()).toEqual('4'); + expect(element.text()).toEqual('2'); dealoc(element); }); -- cgit v1.2.3