aboutsummaryrefslogtreecommitdiffstats
path: root/docs/spec/sourceLinkSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/spec/sourceLinkSpec.js')
-rw-r--r--docs/spec/sourceLinkSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/spec/sourceLinkSpec.js b/docs/spec/sourceLinkSpec.js
index 68d95236..b5a95e8b 100644
--- a/docs/spec/sourceLinkSpec.js
+++ b/docs/spec/sourceLinkSpec.js
@@ -20,7 +20,7 @@ describe('Docs Links', function() {
});
it('should have an "view source" button', function() {
- spyOn(gruntUtil, 'getVersion').andReturn({cdn: '1.2.299'});
+ spyOn(gruntUtil, 'getVersion').andReturn({full: '1.2.299'});
expect(doc.html()).
toContain('<a href="http://github.com/angular/angular.js/tree/v1.2.299/test.js#L42" class="view-source btn btn-action"><i class="icon-zoom-in"> </i> View source</a>');