Fix binding spec to work with new dependency declaration syntax.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -58,7 +58,7 @@ describe('Rivets.Binding', function() { | ... | @@ -58,7 +58,7 @@ describe('Rivets.Binding', function() { |
58 | 58 | ||
59 | describe('with dependencies', function() { | 59 | describe('with dependencies', function() { |
60 | beforeEach(function() { | 60 | beforeEach(function() { |
61 | binding.options.dependencies = ['fname', 'lname']; | 61 | binding.options.dependencies = ['.fname', '.lname']; |
62 | }); | 62 | }); |
63 | 63 | ||
64 | it('sets up observers on the dependant attributes', function() { | 64 | it('sets up observers on the dependant attributes', function() { | ... | ... |
-
Please register or sign in to post a comment