diff options
| author | Igor Minar | 2012-03-16 15:31:42 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-03-16 15:32:14 -0700 |
| commit | 53b6f522a56eea314cbd084816e08f24b2c7879f (patch) | |
| tree | 6edcdfa0836df1e8cfca1f39e4c206f118bfe386 /docs | |
| parent | 1faafa31582c4e9413f48dc7d12f5b681f9fe9fd (diff) | |
| download | angular.js-53b6f522a56eea314cbd084816e08f24b2c7879f.tar.bz2 | |
fix(ngDocSpec): fix broken tests
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/spec/ngdocSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/spec/ngdocSpec.js b/docs/spec/ngdocSpec.js index ad2cc0aa..7359819f 100644 --- a/docs/spec/ngdocSpec.js +++ b/docs/spec/ngdocSpec.js @@ -35,7 +35,7 @@ describe('ngdoc', function() { var d2 = new Doc('@name a.b.ng-c').parse(); var d3 = new Doc('@name some text: more text').parse(); expect(ngdoc.metadata([d1])[0].shortName).toEqual('c'); - expect(ngdoc.metadata([d2])[0].shortName).toEqual('ng:c'); + expect(ngdoc.metadata([d2])[0].shortName).toEqual('ng-c'); expect(ngdoc.metadata([d3])[0].shortName).toEqual('more text'); }); |
