66980201 by Michael Richards

Merge pull request #156 from pcorcoran/patch-1

Fix typo in binders.js
2 parents cc735caa fd970cc2
describe("Rives.binders", function() {
describe("Rivets.binders", function() {
var context;
beforeEach(function() {
context = {
......@@ -26,4 +26,4 @@ describe("Rives.binders", function() {
rivets.binders.value.unbind.call(context, el);
});
});
});
\ No newline at end of file
});
......