a1ae100f by Adam Heath

Remove scope.toString, it's not ever used. We now have 100% code

coverage everywhere.
1 parent 4694dc84
...@@ -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 };
......