3a149eea by Michael Richards

Fix specs that where written agains the old data- attributes default.

1 parent c652ce48
......@@ -2,6 +2,7 @@ describe('Rivets.Binding', function() {
var model, el, view, binding, opts;
beforeEach(function() {
rivets.config.prefix = 'data'
adapter = rivets.adapters['.']
el = document.createElement('div');
......