diff options
Diffstat (limited to 'docs/cookbook.helloworld.ngdoc')
| -rw-r--r-- | docs/cookbook.helloworld.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cookbook.helloworld.ngdoc b/docs/cookbook.helloworld.ngdoc index ba4c6885..ab4c337a 100644 --- a/docs/cookbook.helloworld.ngdoc +++ b/docs/cookbook.helloworld.ngdoc @@ -10,7 +10,7 @@ Hello {{name}}! </doc:source> <doc:scenario> - iit('should change the binding when user enters text', function(){ + it('should change the binding when user enters text', function(){ expect(binding('name')).toEqual('World'); input('name').enter('angular'); expect(binding('name')).toEqual('angular'); |
