Fix specs that where written agains the old data- attributes default.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -2,6 +2,7 @@ describe('Rivets.Binding', function() { | ... | @@ -2,6 +2,7 @@ describe('Rivets.Binding', function() { |
2 | var model, el, view, binding, opts; | 2 | var model, el, view, binding, opts; |
3 | 3 | ||
4 | beforeEach(function() { | 4 | beforeEach(function() { |
5 | rivets.config.prefix = 'data' | ||
5 | adapter = rivets.adapters['.'] | 6 | adapter = rivets.adapters['.'] |
6 | 7 | ||
7 | el = document.createElement('div'); | 8 | el = document.createElement('div'); | ... | ... |
-
Please register or sign in to post a comment