Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
rivets
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
c75e53fb
authored
2012-09-03 17:04:49 -0700
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix binding spec to work with new dependency declaration syntax.
1 parent
d8a1fba5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
spec/rivets/binding.js
spec/rivets/binding.js
View file @
c75e53f
...
...
@@ -58,7 +58,7 @@ describe('Rivets.Binding', function() {
describe
(
'with dependencies'
,
function
()
{
beforeEach
(
function
()
{
binding
.
options
.
dependencies
=
[
'
fname'
,
'
lname'
];
binding
.
options
.
dependencies
=
[
'
.fname'
,
'.
lname'
];
});
it
(
'sets up observers on the dependant attributes'
,
function
()
{
...
...
Please
register
or
sign in
to post a comment