Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
rivets-error-binder
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a1ae100f
authored
2014-04-14 17:36:25 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove scope.toString, it's not ever used. We now have 100% code
coverage everywhere.
1 parent
4694dc84
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
test/specs/rivets-error-binder.spec.js
test/specs/rivets-error-binder.spec.js
View file @
a1ae100
...
...
@@ -55,9 +55,6 @@ define(function(require) {
constant
:
'CONSTANT'
})
});
scope
.
toString
=
function
()
{
return
'[Model: test-scope]'
;
};
test
.
validation
=
{
constant
:
{
required
:
true
}
};
...
...
Please
register
or
sign in
to post a comment