Remove scope.toString, it's not ever used. We now have 100% code
coverage everywhere.
Showing
1 changed file
with
0 additions
and
3 deletions
... | @@ -55,9 +55,6 @@ define(function(require) { | ... | @@ -55,9 +55,6 @@ define(function(require) { |
55 | constant: 'CONSTANT' | 55 | constant: 'CONSTANT' |
56 | }) | 56 | }) |
57 | }); | 57 | }); |
58 | scope.toString = function() { | ||
59 | return '[Model: test-scope]'; | ||
60 | }; | ||
61 | test.validation = { | 58 | test.validation = { |
62 | constant: {required: true} | 59 | constant: {required: true} |
63 | }; | 60 | }; | ... | ... |
-
Please register or sign in to post a comment