From 0f89383d981d0144c6db92b163edcc545d6b5222 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 9 Apr 2012 11:20:55 -0700 Subject: chore(tests): rename all directive names to the normalized form --- test/ng/directive/ngInitSpec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/ng/directive/ngInitSpec.js') diff --git a/test/ng/directive/ngInitSpec.js b/test/ng/directive/ngInitSpec.js index 92146089..00038621 100644 --- a/test/ng/directive/ngInitSpec.js +++ b/test/ng/directive/ngInitSpec.js @@ -1,6 +1,6 @@ 'use strict'; -describe('ng-init', function() { +describe('ngInit', function() { var element; @@ -9,7 +9,7 @@ describe('ng-init', function() { }); - it("should ng-init", inject(function($rootScope, $compile) { + it("should init model", inject(function($rootScope, $compile) { element = $compile('
')($rootScope); expect($rootScope.a).toEqual(123); })); -- cgit v1.2.3