Skip to content

Commit

Permalink
test(extends): body:
Browse files Browse the repository at this point in the history
  • Loading branch information
a8m committed Jan 28, 2015
1 parent 0a7db48 commit f59d20e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/spec/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,15 @@ describe('utils', function() {
_.forEach(_agileWrapper, function() {});
_agileWrapper.forEach.called.should.eql(true);
});

describe('.extends()', function() {
describe('extending objects', function() {
// ...
});

describe('using operations', function() {
// ...
});
});
});
});

0 comments on commit f59d20e

Please sign in to comment.